IPCommunityPatchableProperties Class

Definition

IP Community patchable properties.

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

Constructors

Name Description
IPCommunityPatchableProperties()

Creates an new IPCommunityPatchableProperties instance.

Properties

Name Description
IPCommunityRule

List of IP Community Rules.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPCommunityPatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPCommunityPatchableProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPCommunityPatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to