Skip to main content

device_capacity_info_device_capacity_info

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

Overview

Namedevice_capacity_info_device_capacity_info
TypeResource
Idazure.data_box_edge.device_capacity_info_device_capacity_info

Fields

NameDatatypeDescription
idtextThe path ID that uniquely identifies the object.
nametextThe object name.
cluster_compute_capacity_infotextfield from the properties object
cluster_storage_capacity_infotextfield from the properties object
deviceNametextfield from the properties object
node_capacity_infostextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
time_stamptextfield from the properties object
typetextThe hierarchical type of the object.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeviceName, resourceGroupName, subscriptionIdGets the properties of the specified device capacity info.

SELECT examples

Gets the properties of the specified 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 }}';