Skip to main content

provisioned_cluster_instances_user_kubeconfigs

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

Overview

Nameprovisioned_cluster_instances_user_kubeconfigs
TypeResource
Idazure.hybrid_aks.provisioned_cluster_instances_user_kubeconfigs

Fields

NameDatatypeDescription
idstringOperation Id
namestringOperation Name
errorobject
propertiesobject
resourceIdstringARM Resource Id of the provisioned cluster instance
statusstringProvisioning state of the resource

Methods

NameAccessible byRequired ParamsDescription
listSELECTconnectedClusterResourceUriLists the user credentials of the provisioned cluster (can only be used within private network)

SELECT examples

Lists the user credentials of the provisioned cluster (can only be used within private network)

SELECT
id,
name,
error,
properties,
resourceId,
status
FROM azure.hybrid_aks.provisioned_cluster_instances_user_kubeconfigs
WHERE connectedClusterResourceUri = '{{ connectedClusterResourceUri }}';