Share via


NetAppSubvolumeInfoCollection.CreateOrUpdateAsync Method

Definition

Creates a subvolume in the path or clones the subvolume mentioned in the parentPath

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/subvolumes/{subvolumeName}
  • Operation Id: Subvolumes_Create
  • Default Api Version: 2023-07-01
  • Resource: NetAppSubvolumeInfoResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppSubvolumeInfoResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string subvolumeName, Azure.ResourceManager.NetApp.NetAppSubvolumeInfoData info, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.NetAppSubvolumeInfoData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppSubvolumeInfoResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.NetAppSubvolumeInfoData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppSubvolumeInfoResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, subvolumeName As String, info As NetAppSubvolumeInfoData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NetAppSubvolumeInfoResource))

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.

subvolumeName
String

The name of the subvolume.

info
NetAppSubvolumeInfoData

Subvolume object supplied in the body of the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

subvolumeName or info is null.

Applies to