HciClusterResource.ChangeRingAsync Method

Definition

Changes ring of a cluster

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

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
ChangeRingContent

Change ring request payload.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to