Language

DnsForwardingRulesetListResult Class

Definition

The response to an enumeration operation on DNS forwarding rulesets.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.DnsForwardingRulesetListResultTypeConverter))]
public class DnsForwardingRulesetListResult : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsForwardingRulesetListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.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 continuation token for the next page of results.

Value

Enumeration of the DNS forwarding rulesets.

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