Skip to main content

location_operation_status

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

Overview

Namelocation_operation_status
TypeResource
Idazure.storage_sync.location_operation_status

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:

NameAccessible byRequired ParamsOptional ParamsDescription
location_operation_statusexeclocation_name, operation_id, subscription_idGet Operation status.

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.

NameDatatypeDescription
location_namestringThe desired region to obtain information from. Required.
operation_idstringoperation Id. Required.
subscription_idstring

Lifecycle Methods

Get Operation status.

EXEC azure.storage_sync.location_operation_status.location_operation_status 
@location_name='{{ location_name }}' --required,
@operation_id='{{ operation_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;