operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.storage_sync.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation}. |
display | object | The operation supported by storage sync. |
origin | string | The origin. |
properties | object | Properties of the operations resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Storage Sync Rest API operations. |
location_operation_status | EXEC | locationName, operationId, subscriptionId | Get Operation status |
SELECT
examples
Lists all of the available Storage Sync Rest API operations.
SELECT
name,
display,
origin,
properties
FROM azure.storage_sync.operations
;