Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.advisor.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe operation supported by Advisor.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all the available Advisor REST API operations.

SELECT examples

Lists all the available Advisor REST API operations.

SELECT
name,
display
FROM azure.advisor.operations
;