Language

DnsForwardingRulesetListResult Class

Definition

The response of a DnsForwardingRuleset list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsForwardingRulesetListResultTypeConverter))]
public class DnsForwardingRulesetListResult : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsForwardingRulesetListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsForwardingRulesetListResultTypeConverter))>]
type DnsForwardingRulesetListResult = class
    interface IDnsForwardingRulesetListResult
    interface IJsonSerializable
Public Class DnsForwardingRulesetListResult
Implements IDnsForwardingRulesetListResult
Inheritance
DnsForwardingRulesetListResult
Attributes
Implements

Constructors

Name Description
DnsForwardingRulesetListResult()

Creates an new DnsForwardingRulesetListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The DnsForwardingRuleset items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnsForwardingRulesetListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnsForwardingRulesetListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsForwardingRulesetListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnsForwardingRulesetListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to