IPCommunityProperties Class

Definition

IP Community Properties defines the resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityPropertiesTypeConverter))]
public class IPCommunityProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPCommunityProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityPropertiesTypeConverter))>]
type IPCommunityProperties = class
    interface IIPCommunityProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface IIPCommunityPatchableProperties
    interface IValidates
Public Class IPCommunityProperties
Implements IIPCommunityProperties, IValidates
Inheritance
IPCommunityProperties
Attributes
Implements

Constructors

Name Description
IPCommunityProperties()

Creates an new IPCommunityProperties instance.

Properties

Name Description
AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

ConfigurationState

Configuration state of the resource.

IPCommunityRule

List of IP Community Rules.

ProvisioningState

Provisioning state of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPCommunityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPCommunityProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPCommunityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to