ArcSettingResource.Reconcile Method

Definition

Reconcile Arc Settings with information related to all nodes.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/reconcile.
  • Operation Id. : ArcSettings_Reconcile.
  • Default Api Version. : 2026-04-01-preview.
  • Resource. : ArcSettingResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.ArcSettingResource> Reconcile(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.ReconcileArcSettingsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Reconcile : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.ReconcileArcSettingsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.ArcSettingResource>
override this.Reconcile : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.ReconcileArcSettingsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.ArcSettingResource>
Public Overridable Function Reconcile (waitUntil As WaitUntil, content As ReconcileArcSettingsContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ArcSettingResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
ReconcileArcSettingsContent

Request for reconciling Arc Settings.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to