Freigeben über


RackSkuProperties Class

Definition

RackSkuProperties represents the properties of compute-related hardware for a rack. This supports both aggregator and compute racks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.RackSkuPropertiesTypeConverter))]
public class RackSkuProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IRackSkuProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.RackSkuPropertiesTypeConverter))>]
type RackSkuProperties = class
    interface IRackSkuProperties
    interface IJsonSerializable
Public Class RackSkuProperties
Implements IRackSkuProperties
Inheritance
RackSkuProperties
Attributes
Implements

Constructors

RackSkuProperties()

Creates an new RackSkuProperties instance.

Properties

ComputeMachine

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

ControllerMachine

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.

MaxClusterSlot

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

The provisioning state of the rack SKU resource.

RackType

The type of the rack.

StorageAppliance

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

SupportedRackSkuId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RackSkuProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RackSkuProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IRackSkuProperties.

FromJsonString(String)

Creates a new instance of RackSkuProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RackSkuProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to