IPExtendedCommunityIdList Class

Definition

IP Extended Community Id list properties.

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

Constructors

Name Description
IPExtendedCommunityIdList()

Creates an new IPExtendedCommunityIdList instance.

Properties

Name Description
IPExtendedCommunityId

List of IP Extended Community resource IDs.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPExtendedCommunityIdList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPExtendedCommunityIdList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPExtendedCommunityIdList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to