operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.hybrid_kubernetes.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {Microsoft.Kubernetes}/{resource}/{operation} |
display | object | The object that represents the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT |
| Lists all of the available API operations for Connected Cluster resource. |
SELECT
examples
Lists all of the available API operations for Connected Cluster resource.
SELECT
name,
display
FROM azure.hybrid_kubernetes.operations
;