InternetGatewayRulesListResult Class

Definition

List of Internet Gateway Rules.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternetGatewayRulesListResultTypeConverter))]
public class InternetGatewayRulesListResult : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternetGatewayRulesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternetGatewayRulesListResultTypeConverter))>]
type InternetGatewayRulesListResult = class
    interface IInternetGatewayRulesListResult
    interface IJsonSerializable
Public Class InternetGatewayRulesListResult
Implements IInternetGatewayRulesListResult
Inheritance
InternetGatewayRulesListResult
Attributes
Implements

Constructors

Name Description
InternetGatewayRulesListResult()

Creates an new InternetGatewayRulesListResult instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of Internet Gateway Rule resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InternetGatewayRulesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InternetGatewayRulesListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternetGatewayRulesListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InternetGatewayRulesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to