ClusterManagerProperties interface

ClusterManagerProperties represents the properties of a cluster manager.

Properties

analyticsWorkspaceId

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

availabilityZones

The Azure availability zones within the region that will be used to support the cluster manager resource.

clusterVersions

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

detailedStatus

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

detailedStatusMessage

The descriptive message about the current detailed status.

fabricControllerId

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

managedResourceGroupConfiguration

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

managerExtendedLocation

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.

provisioningState

The provisioning state of the cluster manager.

relayConfiguration

The relay configuration for the cluster manager.

vmSize

The size of the Azure virtual machines to use for hosting the cluster manager resource.

Property Details

analyticsWorkspaceId

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

analyticsWorkspaceId?: string

Property Value

string

availabilityZones

The Azure availability zones within the region that will be used to support the cluster manager resource.

availabilityZones?: string[]

Property Value

string[]

clusterVersions

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

clusterVersions?: ClusterAvailableVersion[]

Property Value

detailedStatus

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

detailedStatus?: string

Property Value

string

detailedStatusMessage

The descriptive message about the current detailed status.

detailedStatusMessage?: string

Property Value

string

fabricControllerId

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

fabricControllerId: string

Property Value

string

managedResourceGroupConfiguration

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

managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration

Property Value

managerExtendedLocation

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.

managerExtendedLocation?: ExtendedLocation

Property Value

provisioningState

The provisioning state of the cluster manager.

provisioningState?: string

Property Value

string

relayConfiguration

The relay configuration for the cluster manager.

relayConfiguration?: ClusterManagerRelayConfiguration

Property Value

vmSize

The size of the Azure virtual machines to use for hosting the cluster manager resource.

vmSize?: string

Property Value

string