Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.storage_cache.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
displayobjectThe object that represents the operation.
isDataActionbooleanThe flag that indicates whether the operation applies to data plane.
originstringOrigin of the operation.
propertiesobjectAdditional details about an operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Resource Provider operations.
check_aml_fs_subnetsEXECsubscriptionIdCheck 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
;