IPExtendedCommunityListResult Class

Definition

List of IP Extended Communities.

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

Constructors

Name Description
IPExtendedCommunityListResult()

Creates an new IPExtendedCommunityListResult instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of IP Extended Communities resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPExtendedCommunityListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPExtendedCommunityListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPExtendedCommunityListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to