IsolationDomainProperties 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.
Isolation Domain Properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IsolationDomainPropertiesTypeConverter))]
public class IsolationDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIsolationDomainProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IsolationDomainPropertiesTypeConverter))>]
type IsolationDomainProperties = class
interface IIsolationDomainProperties
interface IJsonSerializable
Public Class IsolationDomainProperties
Implements IIsolationDomainProperties
- Inheritance
-
IsolationDomainProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IsolationDomainProperties() |
Creates an new IsolationDomainProperties instance. |
Properties
| Name | Description |
|---|---|
| Encapsulation |
Type of encapsulation. |
| NeighborGroupId |
List of Neighbor Group IDs. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IsolationDomainProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IsolationDomainProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIsolationDomainProperties. |
| FromJsonString(String) |
Creates a new instance of IsolationDomainProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IsolationDomainProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |