IPCommunityAddOperationProperties 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 Community add operation properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityAddOperationPropertiesTypeConverter))]
public class IPCommunityAddOperationProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPCommunityAddOperationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityAddOperationPropertiesTypeConverter))>]
type IPCommunityAddOperationProperties = class
interface IIPCommunityAddOperationProperties
interface IJsonSerializable
Public Class IPCommunityAddOperationProperties
Implements IIPCommunityAddOperationProperties
- Inheritance
-
IPCommunityAddOperationProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IPCommunityAddOperationProperties() |
Creates an new IPCommunityAddOperationProperties instance. |
Properties
| Name | Description |
|---|---|
| AddIPCommunityId |
List of IP Community resource IDs. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPCommunityAddOperationProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPCommunityAddOperationProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPCommunityAddOperationProperties. |
| FromJsonString(String) |
Creates a new instance of IPCommunityAddOperationProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPCommunityAddOperationProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |