KubernetesFunctions

Functions

Link copied to clipboard

Returns the properties of the specified connected cluster, including name, identity, properties, and additional cluster details. Azure REST API version: 2022-05-01-preview. Other available API versions: 2020-01-01-preview, 2022-10-01-preview, 2023-11-01-preview.

suspend fun getConnectedCluster(clusterName: String, resourceGroupName: String): GetConnectedClusterResult
Link copied to clipboard

Gets cluster user credentials of the connected cluster with a specified resource group and name. Azure REST API version: 2022-05-01-preview. Other available API versions: 2022-10-01-preview, 2023-11-01-preview.

suspend fun listConnectedClusterUserCredential(authenticationMethod: Either<String, AuthenticationMethod>, clientProxy: Boolean, clusterName: String, resourceGroupName: String): ListConnectedClusterUserCredentialResult
Link copied to clipboard

Gets cluster user credentials of the connected cluster with a specified resource group and name. Azure REST API version: 2021-04-01-preview. Other available API versions: 2020-01-01-preview.

suspend fun listConnectedClusterUserCredentials(authenticationMethod: Either<String, AuthenticationMethod>, clientProxy: Boolean, clusterName: String, resourceGroupName: String): ListConnectedClusterUserCredentialsResult