Share via


ForwardingRuleListResult Class

Definition

The response to an enumeration operation on forwarding rules within a DNS forwarding ruleset.

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

Constructors

ForwardingRuleListResult()

Creates an new ForwardingRuleListResult instance.

Properties

NextLink

The continuation token for the next page of results.

Value

Enumeration of the forwarding rules.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ForwardingRuleListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ForwardingRuleListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ForwardingRuleListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to