device_capacity_checks
Creates, updates, deletes, gets or lists a device_capacity_checks
resource.
Overview
Name | device_capacity_checks |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
check_resource_creation_feasibility | exec | subscriptionId , resourceGroupName , deviceName , properties | capacityName | Posts 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.
Name | Datatype | Description |
---|---|---|
deviceName | string | The device name. |
resourceGroupName | string | The resource group name. |
subscriptionId | string | The subscription ID. |
capacityName | string | The capacity name. |
Lifecycle Methods
- check_resource_creation_feasibility
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 }}"
}'
;