L2IsolationDomainProperties 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.
L2Isolation Domain Properties defines the properties of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L2IsolationDomainPropertiesTypeConverter))]
public class L2IsolationDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL2IsolationDomainProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L2IsolationDomainPropertiesTypeConverter))>]
type L2IsolationDomainProperties = class
interface IL2IsolationDomainProperties
interface IJsonSerializable
interface IAnnotationResource
interface IValidates
Public Class L2IsolationDomainProperties
Implements IL2IsolationDomainProperties, IValidates
- Inheritance
-
L2IsolationDomainProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| L2IsolationDomainProperties() |
Creates an new L2IsolationDomainProperties instance. |
Properties
| Name | Description |
|---|---|
| AdministrativeState |
Administrative state of the resource. |
| Annotation |
Switch configuration description. |
| ConfigurationState |
Configuration state of the resource. |
| Mtu |
Maximum transmission unit. Default value is 1500. |
| NetworkFabricId |
ARM Resource ID of the Network Fabric. |
| ProvisioningState |
Provisioning state of the resource. |
| VlanId |
Vlan Identifier of the Network Fabric. Example: 501. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of L2IsolationDomainProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L2IsolationDomainProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL2IsolationDomainProperties. |
| FromJsonString(String) |
Creates a new instance of L2IsolationDomainProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of L2IsolationDomainProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |