Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.storage_import_export.operations

Fields

NameDatatypeDescription
namestringName of the operation.
display``operation display properties

Methods

NameAccessible byRequired ParamsDescription
listSELECTReturns the list of operations supported by the import/export resource provider.

SELECT examples

Returns the list of operations supported by the import/export resource provider.

SELECT
name,
display
FROM azure.storage_import_export.operations
;