ActionIPCommunityProperties 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 Properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ActionIPCommunityPropertiesTypeConverter))]
public class ActionIPCommunityProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IActionIPCommunityProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ActionIPCommunityPropertiesTypeConverter))>]
type ActionIPCommunityProperties = class
interface IActionIPCommunityProperties
interface IJsonSerializable
interface IIPCommunityAddOperationProperties
interface IIPCommunityDeleteOperationProperties
interface IIPCommunitySetOperationProperties
interface IValidates
Public Class ActionIPCommunityProperties
Implements IActionIPCommunityProperties, IValidates
- Inheritance
-
ActionIPCommunityProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ActionIPCommunityProperties() |
Creates an new ActionIPCommunityProperties instance. |
Properties
| Name | Description |
|---|---|
| AddIPCommunityId |
List of IP Community resource IDs. |
| DeleteIPCommunityId |
List of IP Community resource IDs. |
| SetIPCommunityId |
List of IP Community resource IDs. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ActionIPCommunityProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ActionIPCommunityProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IActionIPCommunityProperties. |
| FromJsonString(String) |
Creates a new instance of ActionIPCommunityProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ActionIPCommunityProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |