Skip to main content

quota_operation

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

Overview

Namequota_operation
TypeResource
Idazure.quota.quota_operation

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestring:vartype name: str
displayobject:vartype display: ~azure.mgmt.quota.models.OperationDisplay
originstring:vartype origin: str

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectList the operations for the provider.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

List the operations for the provider.

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