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
public class NetworkCloudRackSkuData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.NetworkCloudRackSkuData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.NetworkCloudRackSkuData>
type NetworkCloudRackSkuData = class
    inherit ResourceData
type NetworkCloudRackSkuData = class
    inherit ResourceData
    interface IJsonModel<NetworkCloudRackSkuData>
    interface IPersistableModel<NetworkCloudRackSkuData>
Public Class NetworkCloudRackSkuData
Inherits ResourceData
Public Class NetworkCloudRackSkuData
Inherits ResourceData
Implements IJsonModel(Of NetworkCloudRackSkuData), IPersistableModel(Of NetworkCloudRackSkuData)
Inheritance
NetworkCloudRackSkuData
Implements

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<NetworkCloudRackSkuData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkCloudRackSkuData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudRackSkuData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudRackSkuData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkCloudRackSkuData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to