list Managed Cluster Monitoring User Credentials
suspend fun listManagedClusterMonitoringUserCredentials(argument: ListManagedClusterMonitoringUserCredentialsPlainArgs): ListManagedClusterMonitoringUserCredentialsResult
Gets cluster monitoring user 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 listManagedClusterMonitoringUserCredentials(resourceGroupName: String, resourceName: String): ListManagedClusterMonitoringUserCredentialsResult
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 listManagedClusterMonitoringUserCredentials(argument: suspend ListManagedClusterMonitoringUserCredentialsPlainArgsBuilder.() -> Unit): ListManagedClusterMonitoringUserCredentialsResult
Return
The list of credential result response.
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.ListManagedClusterMonitoringUserCredentialsPlainArgs.