Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.storage_sync.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe operation supported by storage sync.
originstringThe origin.
propertiesobjectProperties of the operations resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Storage Sync Rest API operations.
location_operation_statusEXEClocationName, operationId, subscriptionIdGet Operation status

SELECT examples

Lists all of the available Storage Sync Rest API operations.

SELECT
name,
display,
origin,
properties
FROM azure.storage_sync.operations
;