RackSku interface
RackSku represents the SKU information of the rack.
- Extends
Properties
| compute |
The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model. |
| controller |
The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model. |
| deployment |
The deployment type supported by the rack SKU. |
| description | The free-form text describing the rack. |
| max |
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"). |
| provisioning |
The provisioning state of the rack SKU resource. |
| rack |
The type of the rack. |
| storage |
The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model. |
| supported |
The list of supported SKUs if the rack is an aggregator. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
computeMachines
The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model.
computeMachines?: MachineSkuSlot[]
Property Value
controllerMachines
The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model.
controllerMachines?: MachineSkuSlot[]
Property Value
deploymentType
The deployment type supported by the rack SKU.
deploymentType?: string
Property Value
string
description
The free-form text describing the rack.
description?: string
Property Value
string
maxClusterSlots
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").
maxClusterSlots?: number
Property Value
number
provisioningState
The provisioning state of the rack SKU resource.
provisioningState?: string
Property Value
string
rackType
The type of the rack.
rackType?: string
Property Value
string
storageAppliances
The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model.
storageAppliances?: StorageApplianceSkuSlot[]
Property Value
supportedRackSkuIds
The list of supported SKUs if the rack is an aggregator.
supportedRackSkuIds?: string[]
Property Value
string[]
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type