RuleSetListResult Class

Definition

The response of a RuleSet list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.RuleSetListResultTypeConverter))]
public class RuleSetListResult : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IRuleSetListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.RuleSetListResultTypeConverter))>]
type RuleSetListResult = class
    interface IRuleSetListResult
    interface IJsonSerializable
Public Class RuleSetListResult
Implements IRuleSetListResult
Inheritance
RuleSetListResult
Attributes
Implements

Constructors

Name Description
RuleSetListResult()

Creates an new RuleSetListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The RuleSet items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RuleSetListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RuleSetListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IRuleSetListResult.

FromJsonString(String)

Creates a new instance of RuleSetListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RuleSetListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to