list Managed Cluster Monitoring User Credentials
suspend fun listManagedClusterMonitoringUserCredentials(argument: ListManagedClusterMonitoringUserCredentialsPlainArgs): ListManagedClusterMonitoringUserCredentialsResult
The list credential result response. Azure REST API version: 2023-04-01. Other available API versions: 2021-05-01, 2023-05-02-preview, 2023-06-01, 2023-06-02-preview, 2023-07-01, 2023-07-02-preview, 2023-08-01, 2023-08-02-preview, 2023-09-01.
Return
The list credential result response.
Parameters
argument
null
suspend fun listManagedClusterMonitoringUserCredentials(resourceGroupName: String, resourceName: String, serverFqdn: String? = null): ListManagedClusterMonitoringUserCredentialsResult
Return
The list credential result response.
See also
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the managed cluster resource.
server Fqdn
server fqdn type for credentials to be returned
suspend fun listManagedClusterMonitoringUserCredentials(argument: suspend ListManagedClusterMonitoringUserCredentialsPlainArgsBuilder.() -> Unit): ListManagedClusterMonitoringUserCredentialsResult
Return
The list credential result response.
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.ListManagedClusterMonitoringUserCredentialsPlainArgs.