device_capacity_info_device_capacity_info
Creates, updates, deletes, gets or lists a device_capacity_info_device_capacity_info
resource.
Overview
Name | device_capacity_info_device_capacity_info |
Type | Resource |
Id | azure.data_box_edge.device_capacity_info_device_capacity_info |
Fields
- vw_device_capacity_info_device_capacity_info
- device_capacity_info_device_capacity_info
Name | Datatype | Description |
---|---|---|
id | text | The path ID that uniquely identifies the object. |
name | text | The object name. |
cluster_compute_capacity_info | text | field from the properties object |
cluster_storage_capacity_info | text | field from the properties object |
deviceName | text | field from the properties object |
node_capacity_infos | text | field from the properties object |
resourceGroupName | text | field from the properties object |
subscriptionId | text | field from the properties object |
system_data | text | field from the properties object |
time_stamp | text | field from the properties object |
type | text | The hierarchical type of the object. |
Name | Datatype | Description |
---|---|---|
id | string | The path ID that uniquely identifies the object. |
name | string | The object name. |
properties | object | The properties of Device Capacity Info |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | The hierarchical type of the object. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | deviceName, resourceGroupName, subscriptionId | Gets the properties of the specified device capacity info. |
SELECT
examples
Gets the properties of the specified device capacity info.
- vw_device_capacity_info_device_capacity_info
- device_capacity_info_device_capacity_info
SELECT
id,
name,
cluster_compute_capacity_info,
cluster_storage_capacity_info,
deviceName,
node_capacity_infos,
resourceGroupName,
subscriptionId,
system_data,
time_stamp,
type
FROM azure.data_box_edge.vw_device_capacity_info_device_capacity_info
WHERE deviceName = '{{ deviceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
properties,
systemData,
type
FROM azure.data_box_edge.device_capacity_info_device_capacity_info
WHERE deviceName = '{{ deviceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';