ArmManagedNetworkFabricModelFactory.NetworkFabricSkuData 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 NetworkFabricSkuData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricSkuData NetworkFabricSkuData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricSkuType? typePropertiesType = default, int? maxComputeRacks = default, int? maximumServerCount = default, System.Collections.Generic.IEnumerable<string> supportedVersions = default, string details = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default);
static member NetworkFabricSkuData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricSkuType> * Nullable<int> * Nullable<int> * seq<string> * string * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricSkuData
Public Shared Function NetworkFabricSkuData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional typePropertiesType As Nullable(Of NetworkFabricSkuType) = Nothing, Optional maxComputeRacks As Nullable(Of Integer) = Nothing, Optional maximumServerCount As Nullable(Of Integer) = Nothing, Optional supportedVersions As IEnumerable(Of String) = Nothing, Optional details As String = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing) As NetworkFabricSkuData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- typePropertiesType
- Nullable<NetworkFabricSkuType>
Type of Network Fabric SKU.
Maximum number of compute racks available for this Network Fabric SKU. The value of max count racks is 4 for 4 rack SKU and 8 for 8 rack SKU.
- supportedVersions
- IEnumerable<String>
List of supported Network Fabric SKU versions.
- details
- String
URL providing detailed configuration of the fabric SKU.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Provisioning state of the resource.
Returns
A new NetworkFabricSkuData instance for mocking.
Applies to
Azure SDK for .NET