GetRackResult

data class GetRackResult(val availabilityZone: String, val azureApiVersion: String, val clusterId: String, val detailedStatus: String, val detailedStatusMessage: String, val etag: String, val extendedLocation: ExtendedLocationResponse, val id: String, val location: String, val name: String, val provisioningState: String, val rackLocation: String, val rackSerialNumber: String, val rackSkuId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(availabilityZone: String, azureApiVersion: String, clusterId: String, detailedStatus: String, detailedStatusMessage: String, etag: String, extendedLocation: ExtendedLocationResponse, id: String, location: String, name: String, provisioningState: String, rackLocation: String, rackSerialNumber: String, rackSkuId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The resource ID of the cluster the rack is created for. This value is set when the rack is created by the cluster.

Link copied to clipboard

The more detailed status of the rack.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

Resource ETag.

Link copied to clipboard

The extended location of the cluster associated with the resource.

Link copied to clipboard
val id: String

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

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the rack resource.

Link copied to clipboard

The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”)

Link copied to clipboard

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.

Link copied to clipboard

The SKU for the rack.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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