IPExtendedCommunitySetOperationProperties Class

Definition

IP Extended Community set operation properties.

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

Constructors

Name Description
IPExtendedCommunitySetOperationProperties()

Creates an new IPExtendedCommunitySetOperationProperties instance.

Properties

Name Description
SetIPExtendedCommunityId

List of IP Extended Community resource IDs.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPExtendedCommunitySetOperationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPExtendedCommunitySetOperationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPExtendedCommunitySetOperationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to