ActionIPExtendedCommunityProperties Class

Definition

IP Extended Community Properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ActionIPExtendedCommunityPropertiesTypeConverter))]
public class ActionIPExtendedCommunityProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IActionIPExtendedCommunityProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ActionIPExtendedCommunityPropertiesTypeConverter))>]
type ActionIPExtendedCommunityProperties = class
    interface IActionIPExtendedCommunityProperties
    interface IJsonSerializable
    interface IIPExtendedCommunityAddOperationProperties
    interface IIPExtendedCommunityDeleteOperationProperties
    interface IIPExtendedCommunitySetOperationProperties
    interface IValidates
Public Class ActionIPExtendedCommunityProperties
Implements IActionIPExtendedCommunityProperties, IValidates
Inheritance
ActionIPExtendedCommunityProperties
Attributes
Implements

Constructors

Name Description
ActionIPExtendedCommunityProperties()

Creates an new ActionIPExtendedCommunityProperties instance.

Properties

Name Description
AddIPExtendedCommunityId

List of IP Extended Community resource IDs.

DeleteIPExtendedCommunityId

List of IP Extended Community resource IDs.

SetIPExtendedCommunityId

List of IP Extended Community resource IDs.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActionIPExtendedCommunityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActionIPExtendedCommunityProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActionIPExtendedCommunityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to