GetClusterManagerResult

data class GetClusterManagerResult(val analyticsWorkspaceId: String? = null, val availabilityZones: List<String>? = null, val clusterVersions: List<ClusterAvailableVersionResponse>, val detailedStatus: String, val detailedStatusMessage: String, val fabricControllerId: String, val id: String, val location: String, val managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse? = null, val managerExtendedLocation: ExtendedLocationResponse, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vmSize: String? = null)

Constructors

Link copied to clipboard
constructor(analyticsWorkspaceId: String? = null, availabilityZones: List<String>? = null, clusterVersions: List<ClusterAvailableVersionResponse>, detailedStatus: String, detailedStatusMessage: String, fabricControllerId: String, id: String, location: String, managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse? = null, managerExtendedLocation: ExtendedLocationResponse, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the Log Analytics workspace that is used for the logs collection.

Link copied to clipboard

Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource.

Link copied to clipboard

The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.

Link copied to clipboard

The detailed status that provides additional information about the cluster manager.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

The resource ID of the fabric controller that has one to one mapping with the cluster manager.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The configuration of the managed resource group associated with the resource.

Link copied to clipboard

The extended location (custom location) that represents the cluster manager's control plane location. This extended location is used when creating cluster and rack manifest resources.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the cluster manager.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val vmSize: String? = null

Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource.