Share via


DnsForwardingRulesetListResult Class

Definition

The response to an enumeration operation on DNS forwarding rulesets.

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

Constructors

DnsForwardingRulesetListResult()

Creates an new DnsForwardingRulesetListResult instance.

Properties

NextLink

The continuation token for the next page of results.

Value

Enumeration of the DNS forwarding rulesets.

Methods

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.Api20220701.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.

Applies to