NetworkCloudRackSkuData Class

Definition

A class representing the NetworkCloudRackSku data model. RackSku represents the SKU information of the rack.

public class NetworkCloudRackSkuData : Azure.ResourceManager.Models.ResourceData
type NetworkCloudRackSkuData = class
    inherit ResourceData
Public Class NetworkCloudRackSkuData
Inherits ResourceData
Inheritance
NetworkCloudRackSkuData

Constructors

NetworkCloudRackSkuData()

Initializes a new instance of NetworkCloudRackSkuData.

Properties

ComputeMachines

The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model.

ControllerMachines

The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model.

Description

The free-form text describing the rack.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
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").

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioning state of the rack SKU resource.

RackType

The type of the rack.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
StorageAppliances

The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model.

SupportedRackSkuIds

The list of supported SKUs if the rack is an aggregator.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to