Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.aks.operations

Fields

NameDatatypeDescription
namestringThe name of the operation.
displayobjectDescribes the properties of a Operation Value Display.
originstringThe origin of the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECT

SELECT examples

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