IPExtendedCommunityProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IP Extended Community Properties defines the resource properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPExtendedCommunityPropertiesTypeConverter))]
public class IPExtendedCommunityProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPExtendedCommunityProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPExtendedCommunityPropertiesTypeConverter))>]
type IPExtendedCommunityProperties = class
interface IIPExtendedCommunityProperties
interface IJsonSerializable
interface IAnnotationResource
interface IIPExtendedCommunityPatchableProperties
interface IValidates
Public Class IPExtendedCommunityProperties
Implements IIPExtendedCommunityProperties, IValidates
- Inheritance
-
IPExtendedCommunityProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IPExtendedCommunityProperties() |
Creates an new IPExtendedCommunityProperties instance. |
Properties
| Name | Description |
|---|---|
| AdministrativeState |
Administrative state of the resource. |
| Annotation |
Switch configuration description. |
| ConfigurationState |
Configuration state of the resource. |
| IPExtendedCommunityRule |
List of IP Extended Community Rules. |
| ProvisioningState |
Provisioning state of the resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPExtendedCommunityProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPExtendedCommunityProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPExtendedCommunityProperties. |
| FromJsonString(String) |
Creates a new instance of IPExtendedCommunityProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPExtendedCommunityProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |