ArmManagedNetworkFabricModelFactory.NetworkRackData 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 NetworkRackData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkRackData NetworkRackData(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, string annotation = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkRackType? networkRackType = default, Azure.Core.ResourceIdentifier networkFabricId = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkDevices = default, string lastOperationDetails = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState? configurationState = default);
static member NetworkRackData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkRackType> * Azure.Core.ResourceIdentifier * seq<Azure.Core.ResourceIdentifier> * string * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkRackData
Public Shared Function NetworkRackData (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 annotation As String = Nothing, Optional networkRackType As Nullable(Of NetworkRackType) = Nothing, Optional networkFabricId As ResourceIdentifier = Nothing, Optional networkDevices As IEnumerable(Of ResourceIdentifier) = Nothing, Optional lastOperationDetails As String = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing, Optional configurationState As Nullable(Of NetworkFabricConfigurationState) = Nothing) As NetworkRackData
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.
- annotation
- String
Switch configuration description.
- networkRackType
- Nullable<NetworkRackType>
Network Rack SKU name.
- networkFabricId
- ResourceIdentifier
ARM resource ID of the Network Fabric.
- networkDevices
- IEnumerable<ResourceIdentifier>
List of network device ARM resource IDs.
- lastOperationDetails
- String
Details of the last operation performed on the resource.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Provisioning state of the resource.
- configurationState
- Nullable<NetworkFabricConfigurationState>
Configuration state of the resource.
Returns
A new NetworkRackData instance for mocking.