list Managed Cluster Admin Credentials
suspend fun listManagedClusterAdminCredentials(argument: ListManagedClusterAdminCredentialsPlainArgs): ListManagedClusterAdminCredentialsResult
The list of credential result response. 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.
See also
Parameters
resource Group Name
The name of the resource group.
resource Name
The name of the managed cluster resource.
suspend fun listManagedClusterAdminCredentials(argument: suspend ListManagedClusterAdminCredentialsPlainArgsBuilder.() -> Unit): ListManagedClusterAdminCredentialsResult
Return
The list of credential result response.
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.ListManagedClusterAdminCredentialsPlainArgs.