Skip to main content

device_capacity_checks

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

Overview

Namedevice_capacity_checks
TypeResource
Idazure.data_box_edge.device_capacity_checks

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
check_resource_creation_feasibilityexecsubscriptionId, resourceGroupName, deviceName, propertiescapacityNamePosts the device capacity request info to check feasibility.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
deviceNamestringThe device name.
resourceGroupNamestringThe resource group name.
subscriptionIdstringThe subscription ID.
capacityNamestringThe capacity name.

Lifecycle Methods

Posts the device capacity request info to check feasibility.

EXEC azure.data_box_edge.device_capacity_checks.check_resource_creation_feasibility 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@deviceName='{{ deviceName }}' --required,
@capacityName='{{ capacityName }}'
@@json=
'{
"properties": "{{ properties }}"
}'
;