Freigeben über


IRackSku Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.RackSkuTypeConverter))]
public interface IRackSku : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api40.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.RackSkuTypeConverter))>]
type IRackSku = interface
    interface IJsonSerializable
    interface IResource
Public Interface IRackSku
Implements IResource
Derived
Attributes
Implements

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.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

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

Name

The name of the resource

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Type

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

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to