Freigeben über


CapacityPoolCollection.CreateOrUpdate Method

Definition

Create or Update a capacity pool

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}
  • Operation Id: Pools_CreateOrUpdate
  • Default Api Version: 2023-07-01
  • Resource: CapacityPoolResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.CapacityPoolResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string poolName, Azure.ResourceManager.NetApp.CapacityPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.CapacityPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.CapacityPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.CapacityPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.CapacityPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, poolName As String, data As CapacityPoolData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CapacityPoolResource)

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.

poolName
String

The name of the capacity pool.

data
CapacityPoolData

Capacity pool object supplied in the body of the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

poolName is an empty string, and was expected to be non-empty.

poolName or data is null.

Applies to