L2IsolationDomainProperties interface
L2Isolation Domain Properties defines the properties of the resource.
- Extends
Properties
administrative |
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
mtu | Maximum transmission unit. Default value is 1500. |
network |
ARM Resource ID of the Network Fabric. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
vlan |
Vlan Identifier of the Network Fabric. Example: 501. |
Inherited Properties
annotation | Switch configuration description. |
Property Details
administrativeState
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
administrativeState?: string
Property Value
string
configurationState
Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
configurationState?: string
Property Value
string
mtu
Maximum transmission unit. Default value is 1500.
mtu?: number
Property Value
number
networkFabricId
ARM Resource ID of the Network Fabric.
networkFabricId: string
Property Value
string
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
vlanId
Vlan Identifier of the Network Fabric. Example: 501.
vlanId: number
Property Value
number
Inherited Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation