Skip to main content

locations_operations_status

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

Overview

Namelocations_operations_status
TypeResource
Idazure_stack.subscriptions_admin.locations_operations_status

Fields

NameDatatypeDescription
idobjectThe admin offer identifier for the location wide SubscriptionsAdminResourceTypes.OperationsStatus resource type.
endTimestringThe end time of the operation.
errorobjectThe extended error information.
percentCompletenumberThe completion percentage of the operation.
propertiesobjectThe internal operation properties.
responseContentobjectThe content of the response.
retryAfterstringThe amount of time clients should wait..
startTimestringThe start time of the operation.
statusstringThe status of the operation.
terminalHttpStatusCodestringThe terminal http status code for the operation.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, operationsStatusName, subscriptionIdGet 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 }}';