Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.kubernetes_configuration.operations

Fields

NameDatatypeDescription
namestringOperation name, in format of {provider}/{resource}/{operation}
displayobjectDisplay metadata associated with the operation.
isDataActionbooleanThe flag that indicates whether the operation applies to data plane.
originstringOrigin of the operation

Methods

NameAccessible byRequired ParamsDescription
listSELECTList all the available operations the KubernetesConfiguration resource provider supports.

SELECT examples

List all the available operations the KubernetesConfiguration resource provider supports.

SELECT
name,
display,
isDataAction,
origin
FROM azure.kubernetes_configuration.operations
;