rack_skus
Creates, updates, deletes, gets or lists a rack_skus
resource.
Overview
Name | rack_skus |
Type | Resource |
Id | azure.nexus.rack_skus |
Fields
- vw_rack_skus
- rack_skus
Name | Datatype | Description |
---|---|---|
id | text | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name | text | The name of the resource |
description | text | field from the properties object |
compute_machines | text | field from the properties object |
controller_machines | text | field from the properties object |
max_cluster_slots | text | field from the properties object |
provisioning_state | text | field from the properties object |
rackSkuName | text | field from the properties object |
rack_type | text | field from the properties object |
storage_appliances | text | field from the properties object |
subscriptionId | text | field from the properties object |
supported_rack_sku_ids | text | field from the properties object |
system_data | text | field from the properties object |
type | text | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Name | Datatype | Description |
---|---|---|
id | string | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name | string | The name of the resource |
properties | object | |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | rackSkuName, subscriptionId | Get the properties of the provided rack SKU. |
list_by_subscription | SELECT | subscriptionId | Get a list of rack SKUs in the provided subscription. |
SELECT
examples
Get a list of rack SKUs in the provided subscription.
- vw_rack_skus
- rack_skus
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 }}';
SELECT
id,
name,
properties,
systemData,
type
FROM azure.nexus.rack_skus
WHERE subscriptionId = '{{ subscriptionId }}';