Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_isv.netapp.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
display``Display metadata associated with the operation.
originstringThe origin of operations.
propertiesobjectProperties of operation, include metric specifications.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists 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
;