Condividi tramite


NetAppElasticCapacityPoolResource.ChangeZone 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource> ChangeZone(Azure.WaitUntil waitUntil, Azure.ResourceManager.NetApp.Models.ElasticCapacityPoolChangeZoneContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ChangeZone : Azure.WaitUntil * Azure.ResourceManager.NetApp.Models.ElasticCapacityPoolChangeZoneContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource>
override this.ChangeZone : Azure.WaitUntil * Azure.ResourceManager.NetApp.Models.ElasticCapacityPoolChangeZoneContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource>
Public Overridable Function ChangeZone (waitUntil As WaitUntil, content As ElasticCapacityPoolChangeZoneContent, Optional cancellationToken As CancellationToken = Nothing) As 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