IPExtendedCommunityAddOperationProperties Class

Definition

IP Extended Community add operation properties.

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

Constructors

Name Description
IPExtendedCommunityAddOperationProperties()

Creates an new IPExtendedCommunityAddOperationProperties instance.

Properties

Name Description
AddIPExtendedCommunityId

List of IP Extended Community resource IDs.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPExtendedCommunityAddOperationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPExtendedCommunityAddOperationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPExtendedCommunityAddOperationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to