IRackDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |