location_operation_status
Creates, updates, deletes, gets or lists a location_operation_status resource.
Overview
| Name | location_operation_status |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
location_operation_status | exec | location_name, operation_id, subscription_id | Get 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.
| Name | Datatype | Description |
|---|---|---|
location_name | string | The desired region to obtain information from. Required. |
operation_id | string | operation Id. Required. |
subscription_id | string |
Lifecycle Methods
- location_operation_status
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
;