ListManagedClusterMonitoringUserCredentialsPlainArgs

data class ListManagedClusterMonitoringUserCredentialsPlainArgs(val resourceGroupName: String, val resourceName: String, val serverFqdn: String? = null) : ConvertibleToJava<ListManagedClusterMonitoringUserCredentialsPlainArgs>

Constructors

constructor(resourceGroupName: String, resourceName: String, serverFqdn: String? = null)

Properties

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the managed cluster resource.

Link copied to clipboard
val serverFqdn: String? = null

server fqdn type for credentials to be returned

Functions

Link copied to clipboard
open override fun toJava(): ListManagedClusterMonitoringUserCredentialsPlainArgs