operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.aks.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation. |
display | object | Describes the properties of a Operation Value Display. |
origin | string | The origin of the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
|
SELECT
examples
SELECT
name,
display,
origin
FROM azure.aks.operations
;