GetManagedClusterResult

data class GetManagedClusterResult(val addonFeatures: List<String>? = null, val adminPassword: String? = null, val adminUserName: String, val azureActiveDirectory: AzureActiveDirectoryResponse? = null, val clientConnectionPort: Int? = null, val clients: List<ClientCertificateResponse>? = null, val clusterCertificateThumbprint: String, val clusterCodeVersion: String? = null, val clusterId: String, val clusterState: String, val dnsName: String, val etag: String, val fabricSettings: List<SettingsSectionDescriptionResponse>? = null, val fqdn: String, val httpGatewayConnectionPort: Int? = null, val id: String, val loadBalancingRules: List<LoadBalancingRuleResponse>? = null, val location: String, val name: String, val provisioningState: String, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)

The manged cluster resource

Constructors

Link copied to clipboard
constructor(addonFeatures: List<String>? = null, adminPassword: String? = null, adminUserName: String, azureActiveDirectory: AzureActiveDirectoryResponse? = null, clientConnectionPort: Int? = null, clients: List<ClientCertificateResponse>? = null, clusterCertificateThumbprint: String, clusterCodeVersion: String? = null, clusterId: String, clusterState: String, dnsName: String, etag: String, fabricSettings: List<SettingsSectionDescriptionResponse>? = null, fqdn: String, httpGatewayConnectionPort: Int? = null, id: String, loadBalancingRules: List<LoadBalancingRuleResponse>? = null, location: String, name: String, provisioningState: String, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addonFeatures: List<String>? = null

client certificates for the cluster.

Link copied to clipboard
val adminPassword: String? = null

vm admin user password.

Link copied to clipboard

vm admin user name.

Link copied to clipboard

Azure active directory.

Link copied to clipboard

The port used for client connections to the cluster.

Link copied to clipboard

client certificates for the cluster.

Link copied to clipboard

The cluster certificate thumbprint used node to node communication.

Link copied to clipboard

The Service Fabric runtime version of the cluster. This property can only by set the user when upgradeMode 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

A service generated unique identifier for the cluster resource.

Link copied to clipboard

The current state of the cluster.

Link copied to clipboard

The cluster dns name.

Link copied to clipboard

Azure resource etag.

Link copied to clipboard

The list of custom fabric settings to configure the cluster.

Link copied to clipboard

the cluster Fully qualified domain name.

Link copied to clipboard

The port used for http connections to the cluster.

Link copied to clipboard
val id: String

Azure resource identifier.

Link copied to clipboard

Describes load balancing rules.

Link copied to clipboard

Azure resource location.

Link copied to clipboard

Azure resource name.

Link copied to clipboard

The provisioning state of the managed cluster resource.

Link copied to clipboard
val sku: SkuResponse? = null

The sku of the managed cluster

Link copied to clipboard
val tags: Map<String, String>? = null

Azure resource tags.

Link copied to clipboard

Azure resource type.