Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.hybrid_kubernetes.operations

Fields

NameDatatypeDescription
namestringOperation name: {Microsoft.Kubernetes}/{resource}/{operation}
displayobjectThe object that represents the operation.

Methods

NameAccessible byRequired ParamsDescription
getSELECTLists 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
;