ClusterManagerProperties interface
ClusterManagerProperties represents the properties of a cluster manager.
Properties
| analytics |
The resource ID of the Log Analytics workspace that is used for the logs collection. |
| availability |
The Azure availability zones within the region that will be used to support the cluster manager resource. |
| cluster |
The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource. |
| detailed |
The detailed status that provides additional information about the cluster manager. |
| detailed |
The descriptive message about the current detailed status. |
| fabric |
The resource ID of the fabric controller that has one to one mapping with the cluster manager. |
| managed |
The configuration of the managed resource group associated with the resource. |
| manager |
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. |
| provisioning |
The provisioning state of the cluster manager. |
| relay |
The relay configuration for the cluster manager. |
| vm |
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