operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.storage_cache.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | object | The object that represents the operation. |
isDataAction | boolean | The flag that indicates whether the operation applies to data plane. |
origin | string | Origin of the operation. |
properties | object | Additional details about an operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Resource Provider operations. |
check_aml_fs_subnets | EXEC | subscriptionId | Check that subnets will be valid for AML file system create calls. |
SELECT
examples
Lists all of the available Resource Provider operations.
SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.storage_cache.operations
;