list Managed Cluster Admin Credentials
suspend fun listManagedClusterAdminCredentials(argument: ListManagedClusterAdminCredentialsPlainArgs): ListManagedClusterAdminCredentialsResult
Gets cluster admin credential of the managed cluster with a specified resource group and name. API Version: 2021-03-01.
Return
The list of credential result response.
Parameters
argument
null
suspend fun listManagedClusterAdminCredentials(resourceGroupName: String, resourceName: String): ListManagedClusterAdminCredentialsResult
Return
The list of credential result response.
Parameters
resource Group Name
The name of the resource group.
resource Name
The name of the managed cluster resource.
See also
suspend fun listManagedClusterAdminCredentials(argument: suspend ListManagedClusterAdminCredentialsPlainArgsBuilder.() -> Unit): ListManagedClusterAdminCredentialsResult
Return
The list of credential result response.
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.ListManagedClusterAdminCredentialsPlainArgs.