Skip to main content

provisioned_cluster_instances_admin_kubeconfigs

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

Overview

Nameprovisioned_cluster_instances_admin_kubeconfigs
TypeResource
Idazure.hybrid_aks.provisioned_cluster_instances_admin_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 admin credentials of the provisioned cluster (can only be used within private network)

SELECT examples

Lists the admin 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_admin_kubeconfigs
WHERE connectedClusterResourceUri = '{{ connectedClusterResourceUri }}';