locations_operations_status
Creates, updates, deletes, gets or lists a locations_operations_status
resource.
Overview
Name | locations_operations_status |
Type | Resource |
Id | azure_stack.subscriptions_admin.locations_operations_status |
Fields
Name | Datatype | Description |
---|---|---|
id | object | The admin offer identifier for the location wide SubscriptionsAdminResourceTypes.OperationsStatus resource type. |
endTime | string | The end time of the operation. |
error | object | The extended error information. |
percentComplete | number | The completion percentage of the operation. |
properties | object | The internal operation properties. |
responseContent | object | The content of the response. |
retryAfter | string | The amount of time clients should wait.. |
startTime | string | The start time of the operation. |
status | string | The status of the operation. |
terminalHttpStatusCode | string | The terminal http status code for the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | location, operationsStatusName, subscriptionId | Get the operation status. |
SELECT
examples
Get the operation status.
SELECT
id,
endTime,
error,
percentComplete,
properties,
responseContent,
retryAfter,
startTime,
status,
terminalHttpStatusCode
FROM azure_stack.subscriptions_admin.locations_operations_status
WHERE location = '{{ location }}'
AND operationsStatusName = '{{ operationsStatusName }}'
AND subscriptionId = '{{ subscriptionId }}';