Partager via


IRackDefinition Interface

Definition

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

Properties

AvailabilityZone

The zone name used for this rack when created. Availability zones are used for workload placement.

BareMetalMachineConfigurationData

The unordered list of bare metal machine configuration.

NetworkRackId

The resource ID of the network rack that matches this rack definition.

RackLocation

The free-form description of the rack's location.

RackSerialNumber

The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.

RackSkuId

The resource ID of the sku for the rack being added.

StorageApplianceConfigurationData

The list of storage appliance configuration data for this rack.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to