provisioned_cluster_instances_user_kubeconfigs
Creates, updates, deletes, gets or lists a provisioned_cluster_instances_user_kubeconfigs
resource.
Overview
Name | provisioned_cluster_instances_user_kubeconfigs |
Type | Resource |
Id | azure.hybrid_aks.provisioned_cluster_instances_user_kubeconfigs |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Operation Id |
name | string | Operation Name |
error | object | |
properties | object | |
resourceId | string | ARM Resource Id of the provisioned cluster instance |
status | string | Provisioning state of the resource |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | connectedClusterResourceUri | Lists 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 }}';