ClusterPatchParameters interface
ClusterPatchParameters represents the body of the request to patch the cluster properties.
Properties
aggregator |
The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster. |
cluster |
The customer-provided location information to identify where the cluster resides. |
cluster |
The service principal to be used by the cluster during Arc Appliance installation. |
compute |
The validation threshold indicating the allowable failures of compute machines during environment validation and deployment. |
compute |
The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster. |
tags | The Azure resource tags that will replace the existing ones. |
Property Details
aggregatorOrSingleRackDefinition
The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.
aggregatorOrSingleRackDefinition?: RackDefinition
Property Value
clusterLocation
The customer-provided location information to identify where the cluster resides.
clusterLocation?: string
Property Value
string
clusterServicePrincipal
The service principal to be used by the cluster during Arc Appliance installation.
clusterServicePrincipal?: ServicePrincipalInformation
Property Value
computeDeploymentThreshold
The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
computeDeploymentThreshold?: ValidationThreshold
Property Value
computeRackDefinitions
The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.
computeRackDefinitions?: RackDefinition[]
Property Value
tags
The Azure resource tags that will replace the existing ones.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}