operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_isv.netapp.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | `` | Display metadata associated with the operation. |
origin | string | The origin of operations. |
properties | object | Properties of operation, include metric specifications. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Microsoft.NetApp Rest API operations |
SELECT
examples
Lists all of the available Microsoft.NetApp Rest API operations
SELECT
name,
display,
origin,
properties
FROM azure_isv.netapp.operations
;