ArmNetworkCloudModelFactory.NetworkCloudRackSkuData 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 NetworkCloudRackSkuData.
public static Azure.ResourceManager.NetworkCloud.NetworkCloudRackSkuData NetworkCloudRackSkuData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.MachineSkuSlot> computeMachines = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.MachineSkuSlot> controllerMachines = default, string description = default, long? maxClusterSlots = default, Azure.ResourceManager.NetworkCloud.Models.RackSkuProvisioningState? provisioningState = default, Azure.ResourceManager.NetworkCloud.Models.RackSkuType? rackType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.StorageApplianceSkuSlot> storageAppliances = default, System.Collections.Generic.IEnumerable<string> supportedRackSkuIds = default);
static member NetworkCloudRackSkuData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * seq<Azure.ResourceManager.NetworkCloud.Models.MachineSkuSlot> * seq<Azure.ResourceManager.NetworkCloud.Models.MachineSkuSlot> * string * Nullable<int64> * Nullable<Azure.ResourceManager.NetworkCloud.Models.RackSkuProvisioningState> * Nullable<Azure.ResourceManager.NetworkCloud.Models.RackSkuType> * seq<Azure.ResourceManager.NetworkCloud.Models.StorageApplianceSkuSlot> * seq<string> -> Azure.ResourceManager.NetworkCloud.NetworkCloudRackSkuData
Public Shared Function NetworkCloudRackSkuData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional computeMachines As IEnumerable(Of MachineSkuSlot) = Nothing, Optional controllerMachines As IEnumerable(Of MachineSkuSlot) = Nothing, Optional description As String = Nothing, Optional maxClusterSlots As Nullable(Of Long) = Nothing, Optional provisioningState As Nullable(Of RackSkuProvisioningState) = Nothing, Optional rackType As Nullable(Of RackSkuType) = Nothing, Optional storageAppliances As IEnumerable(Of StorageApplianceSkuSlot) = Nothing, Optional supportedRackSkuIds As IEnumerable(Of String) = Nothing) As NetworkCloudRackSkuData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- computeMachines
- IEnumerable<MachineSkuSlot>
The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model.
- controllerMachines
- IEnumerable<MachineSkuSlot>
The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model.
- description
- String
The free-form text describing the rack.
The maximum number of compute racks supported by an aggregator rack. 0 if this is a compute rack or a rack for a single rack cluster(rackType="Single").
- provisioningState
- Nullable<RackSkuProvisioningState>
The provisioning state of the rack SKU resource.
- rackType
- Nullable<RackSkuType>
The type of the rack.
- storageAppliances
- IEnumerable<StorageApplianceSkuSlot>
The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model.
- supportedRackSkuIds
- IEnumerable<String>
The list of supported SKUs if the rack is an aggregator.
Returns
A new NetworkCloudRackSkuData instance for mocking.
Applies to
Azure SDK for .NET