operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_isv.redis.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | `` | The object that describes the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available REST API operations of the Microsoft.Cache provider. |
SELECT
examples
Lists all of the available REST API operations of the Microsoft.Cache provider.
SELECT
name,
display
FROM azure_isv.redis.operations
;