IPCommunityIdList Class

Definition

IP Community ID list properties.

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

Constructors

Name Description
IPCommunityIdList()

Creates an new IPCommunityIdList instance.

Properties

Name Description
IPCommunityId

List of IP Community resource IDs.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPCommunityIdList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPCommunityIdList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPCommunityIdList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to