devices_extended_information
Creates, updates, deletes, gets or lists a devices_extended_information
resource.
Overview
Name | devices_extended_information |
Type | Resource |
Id | azure.data_box_edge.devices_extended_information |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The path ID that uniquely identifies the object. |
name | string | The object name. |
properties | object | The properties of the Data Box Edge/Gateway device extended 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 additional information for the specified Azure Stack Edge/Data Box Gateway device. |
update | EXEC | deviceName, resourceGroupName, subscriptionId | Gets additional information for the specified Data Box Edge/Data Box Gateway device. |
SELECT
examples
Gets additional information for the specified Azure Stack Edge/Data Box Gateway device.
SELECT
id,
name,
properties,
systemData,
type
FROM azure.data_box_edge.devices_extended_information
WHERE deviceName = '{{ deviceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';