ArmManagedNetworkFabricModelFactory.NetworkFabricL2IsolationDomainData Method
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.
Initializes a new instance of NetworkFabricL2IsolationDomainData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricL2IsolationDomainData NetworkFabricL2IsolationDomainData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string annotation = default, Azure.Core.ResourceIdentifier networkFabricId = default, int vlanId = 0, int? mtu = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricExtendedVlan? extendedVlan = default, Azure.Core.ResourceIdentifier networkToNetworkInterconnectId = default, string lastOperationDetails = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState? configurationState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState? administrativeState = default);
static member NetworkFabricL2IsolationDomainData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * string * Azure.Core.ResourceIdentifier * int * Nullable<int> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricExtendedVlan> * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricL2IsolationDomainData
Public Shared Function NetworkFabricL2IsolationDomainData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional annotation As String = Nothing, Optional networkFabricId As ResourceIdentifier = Nothing, Optional vlanId As Integer = 0, Optional mtu As Nullable(Of Integer) = Nothing, Optional extendedVlan As Nullable(Of NetworkFabricExtendedVlan) = Nothing, Optional networkToNetworkInterconnectId As ResourceIdentifier = Nothing, Optional lastOperationDetails As String = Nothing, Optional configurationState As Nullable(Of NetworkFabricConfigurationState) = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing, Optional administrativeState As Nullable(Of NetworkFabricAdministrativeState) = Nothing) As NetworkFabricL2IsolationDomainData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
- annotation
- String
Switch configuration description.
- networkFabricId
- ResourceIdentifier
ARM Resource ID of the Network Fabric.
- vlanId
- Int32
Vlan Identifier of the Network Fabric. Example: 501.
- extendedVlan
- Nullable<NetworkFabricExtendedVlan>
Extended VLAN status, default value is Disabled.
- networkToNetworkInterconnectId
- ResourceIdentifier
ARM Resource ID of the networkToNetworkInterconnectId of the L2 ISD resource.
- lastOperationDetails
- String
Details of the last operation performed on the resource.
- configurationState
- Nullable<NetworkFabricConfigurationState>
Configuration state of the resource.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Provisioning state of the resource.
- administrativeState
- Nullable<NetworkFabricAdministrativeState>
Administrative state of the resource.
Returns
A new NetworkFabricL2IsolationDomainData instance for mocking.