Skip to main content

rack_skus

Creates, updates, deletes, gets or lists a rack_skus resource.

Overview

Namerack_skus
TypeResource
Idazure.nexus.rack_skus

Fields

NameDatatypeDescription
idtextFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
nametextThe name of the resource
descriptiontextfield from the properties object
compute_machinestextfield from the properties object
controller_machinestextfield from the properties object
max_cluster_slotstextfield from the properties object
provisioning_statetextfield from the properties object
rackSkuNametextfield from the properties object
rack_typetextfield from the properties object
storage_appliancestextfield from the properties object
subscriptionIdtextfield from the properties object
supported_rack_sku_idstextfield from the properties object
system_datatextfield from the properties object
typetextThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTrackSkuName, subscriptionIdGet the properties of the provided rack SKU.
list_by_subscriptionSELECTsubscriptionIdGet a list of rack SKUs in the provided subscription.

SELECT examples

Get a list of rack SKUs in the provided subscription.

SELECT
id,
name,
description,
compute_machines,
controller_machines,
max_cluster_slots,
provisioning_state,
rackSkuName,
rack_type,
storage_appliances,
subscriptionId,
supported_rack_sku_ids,
system_data,
type
FROM azure.nexus.vw_rack_skus
WHERE subscriptionId = '{{ subscriptionId }}';