Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.quota.operations

Fields

NameDatatypeDescription
namestring
displayobject
originstring

Methods

NameAccessible byRequired ParamsDescription
listSELECTList all the operations supported by the Microsoft.Quota resource provider.

SELECT examples

List all the operations supported by the Microsoft.Quota resource provider.

SELECT
name,
display,
origin
FROM azure.quota.operations
;