locations_azure_async_operation_status
Creates, updates, deletes, gets or lists a locations_azure_async_operation_status
resource.
Overview
Name | locations_azure_async_operation_status |
Type | Resource |
Id | azure.hdinsight.locations_azure_async_operation_status |
Fields
Name | Datatype | Description |
---|---|---|
error | object | The error message associated with the cluster creation. |
status | string | The async operation state. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | location, operationId, subscriptionId | Get the async operation status. |
SELECT
examples
Get the async operation status.
SELECT
error,
status
FROM azure.hdinsight.locations_azure_async_operation_status
WHERE location = '{{ location }}'
AND operationId = '{{ operationId }}'
AND subscriptionId = '{{ subscriptionId }}';