Get Managed Cluster Result
data class GetManagedClusterResult(val addonFeatures: List<String>? = null, val adminPassword: String? = null, val adminUserName: String, val allowRdpAccess: Boolean? = null, val applicationTypeVersionsCleanupPolicy: ApplicationTypeVersionsCleanupPolicyResponse? = null, val auxiliarySubnets: List<SubnetResponse>? = null, val azureActiveDirectory: AzureActiveDirectoryResponse? = null, val clientConnectionPort: Int? = null, val clients: List<ClientCertificateResponse>? = null, val clusterCertificateThumbprints: List<String>, val clusterCodeVersion: String? = null, val clusterId: String, val clusterState: String, val clusterUpgradeCadence: String? = null, val clusterUpgradeMode: String? = null, val dnsName: String, val enableAutoOSUpgrade: Boolean? = null, val enableIpv6: Boolean? = null, val enableServicePublicIP: Boolean? = null, val etag: String, val fabricSettings: List<SettingsSectionDescriptionResponse>? = null, val fqdn: String, val httpGatewayConnectionPort: Int? = null, val id: String, val ipTags: List<IPTagResponse>? = null, val ipv4Address: String, val ipv6Address: String, val loadBalancingRules: List<LoadBalancingRuleResponse>? = null, val location: String, val name: String, val networkSecurityRules: List<NetworkSecurityRuleResponse>? = null, val provisioningState: String, val publicIPPrefixId: String? = null, val serviceEndpoints: List<ServiceEndpointResponse>? = null, val sku: SkuResponse, val subnetId: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val useCustomVnet: Boolean? = null, val zonalResiliency: Boolean? = null, val zonalUpdateMode: String? = null)
The managed cluster resource
Constructors
Link copied to clipboard
fun GetManagedClusterResult(addonFeatures: List<String>? = null, adminPassword: String? = null, adminUserName: String, allowRdpAccess: Boolean? = null, applicationTypeVersionsCleanupPolicy: ApplicationTypeVersionsCleanupPolicyResponse? = null, auxiliarySubnets: List<SubnetResponse>? = null, azureActiveDirectory: AzureActiveDirectoryResponse? = null, clientConnectionPort: Int? = null, clients: List<ClientCertificateResponse>? = null, clusterCertificateThumbprints: List<String>, clusterCodeVersion: String? = null, clusterId: String, clusterState: String, clusterUpgradeCadence: String? = null, clusterUpgradeMode: String? = null, dnsName: String, enableAutoOSUpgrade: Boolean? = null, enableIpv6: Boolean? = null, enableServicePublicIP: Boolean? = null, etag: String, fabricSettings: List<SettingsSectionDescriptionResponse>? = null, fqdn: String, httpGatewayConnectionPort: Int? = null, id: String, ipTags: List<IPTagResponse>? = null, ipv4Address: String, ipv6Address: String, loadBalancingRules: List<LoadBalancingRuleResponse>? = null, location: String, name: String, networkSecurityRules: List<NetworkSecurityRuleResponse>? = null, provisioningState: String, publicIPPrefixId: String? = null, serviceEndpoints: List<ServiceEndpointResponse>? = null, sku: SkuResponse, subnetId: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, useCustomVnet: Boolean? = null, zonalResiliency: Boolean? = null, zonalUpdateMode: String? = 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
The Service Fabric runtime version of the cluster. This property is required when clusterUpgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ./ClusterVersion.md. To get the list of available version for existing clusters use availableClusterVersions.
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