ArcSettingResource.ReconcileAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.ArcSettingResource>> ReconcileAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.ReconcileArcSettingsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ReconcileAsync : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.ReconcileArcSettingsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.ArcSettingResource>>
override this.ReconcileAsync : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.ReconcileArcSettingsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.ArcSettingResource>>
Public Overridable Function ReconcileAsync (waitUntil As WaitUntil, content As ReconcileArcSettingsContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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