Freigeben über


NetAppElasticCapacityPoolResource.ChangeZoneAsync Method

Definition

Moves pool to another zone

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/elasticAccounts/{accountName}/elasticCapacityPools/{poolName}/changeZone
  • Operation Id: ElasticCapacityPools_ChangeZone
  • Default Api Version: 2025-12-15-preview
  • Resource: NetAppElasticCapacityPoolResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource>> ChangeZoneAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.NetApp.Models.ElasticCapacityPoolChangeZoneContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ChangeZoneAsync : Azure.WaitUntil * Azure.ResourceManager.NetApp.Models.ElasticCapacityPoolChangeZoneContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource>>
override this.ChangeZoneAsync : Azure.WaitUntil * Azure.ResourceManager.NetApp.Models.ElasticCapacityPoolChangeZoneContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource>>
Public Overridable Function ChangeZoneAsync (waitUntil As WaitUntil, content As ElasticCapacityPoolChangeZoneContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NetAppElasticCapacityPoolResource))

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
ElasticCapacityPoolChangeZoneContent

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to