Get Managed Cluster Result
data class GetManagedClusterResult(val aadProfile: ManagedClusterAADProfileResponse? = null, val addonProfiles: Map<String, ManagedClusterAddonProfileResponse>? = null, val agentPoolProfiles: List<ManagedClusterAgentPoolProfileResponse>? = null, val apiServerAccessProfile: ManagedClusterAPIServerAccessProfileResponse? = null, val autoScalerProfile: ManagedClusterPropertiesResponseAutoScalerProfile? = null, val autoUpgradeProfile: ManagedClusterAutoUpgradeProfileResponse? = null, val azurePortalFQDN: String, val disableLocalAccounts: Boolean? = null, val diskEncryptionSetID: String? = null, val dnsPrefix: String? = null, val enablePodSecurityPolicy: Boolean? = null, val enableRBAC: Boolean? = null, val extendedLocation: ExtendedLocationResponse? = null, val fqdn: String, val fqdnSubdomain: String? = null, val httpProxyConfig: ManagedClusterHTTPProxyConfigResponse? = null, val id: String, val identity: ManagedClusterIdentityResponse? = null, val identityProfile: Map<String, ManagedClusterPropertiesResponseIdentityProfile>? = null, val kubernetesVersion: String? = null, val linuxProfile: ContainerServiceLinuxProfileResponse? = null, val location: String, val maxAgentPools: Int, val name: String, val networkProfile: ContainerServiceNetworkProfileResponse? = null, val nodeResourceGroup: String? = null, val podIdentityProfile: ManagedClusterPodIdentityProfileResponse? = null, val powerState: PowerStateResponse, val privateFQDN: String, val privateLinkResources: List<PrivateLinkResourceResponse>? = null, val provisioningState: String, val servicePrincipalProfile: ManagedClusterServicePrincipalProfileResponse? = null, val sku: ManagedClusterSKUResponse? = null, val tags: Map<String, String>? = null, val type: String, val windowsProfile: ManagedClusterWindowsProfileResponse? = null)
Managed cluster.
Constructors
Link copied to clipboard
fun GetManagedClusterResult(aadProfile: ManagedClusterAADProfileResponse? = null, addonProfiles: Map<String, ManagedClusterAddonProfileResponse>? = null, agentPoolProfiles: List<ManagedClusterAgentPoolProfileResponse>? = null, apiServerAccessProfile: ManagedClusterAPIServerAccessProfileResponse? = null, autoScalerProfile: ManagedClusterPropertiesResponseAutoScalerProfile? = null, autoUpgradeProfile: ManagedClusterAutoUpgradeProfileResponse? = null, azurePortalFQDN: String, disableLocalAccounts: Boolean? = null, diskEncryptionSetID: String? = null, dnsPrefix: String? = null, enablePodSecurityPolicy: Boolean? = null, enableRBAC: Boolean? = null, extendedLocation: ExtendedLocationResponse? = null, fqdn: String, fqdnSubdomain: String? = null, httpProxyConfig: ManagedClusterHTTPProxyConfigResponse? = null, id: String, identity: ManagedClusterIdentityResponse? = null, identityProfile: Map<String, ManagedClusterPropertiesResponseIdentityProfile>? = null, kubernetesVersion: String? = null, linuxProfile: ContainerServiceLinuxProfileResponse? = null, location: String, maxAgentPools: Int, name: String, networkProfile: ContainerServiceNetworkProfileResponse? = null, nodeResourceGroup: String? = null, podIdentityProfile: ManagedClusterPodIdentityProfileResponse? = null, powerState: PowerStateResponse, privateFQDN: String, privateLinkResources: List<PrivateLinkResourceResponse>? = null, provisioningState: String, servicePrincipalProfile: ManagedClusterServicePrincipalProfileResponse? = null, sku: ManagedClusterSKUResponse? = null, tags: Map<String, String>? = null, type: String, windowsProfile: ManagedClusterWindowsProfileResponse? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard