Language

ForwardingRuleListResult Class

Definition

The response of a ForwardingRule list operation.

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

Constructors

Name Description
ForwardingRuleListResult()

Creates an new ForwardingRuleListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The ForwardingRule items on this page

Methods

Name Description
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.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.

ToString()

Applies to