operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.storage_import_export.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation. |
display | `` | operation display properties |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Returns 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
;