Share via


ElasticSanVolumeCollection.CreateOrUpdate Method

Definition

Create a Volume.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}
  • Operation Id: Volumes_Create
  • Default Api Version: 2023-01-01
  • Resource: ElasticSanVolumeResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ElasticSan.ElasticSanVolumeResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string volumeName, Azure.ResourceManager.ElasticSan.ElasticSanVolumeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ElasticSan.ElasticSanVolumeData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ElasticSan.ElasticSanVolumeResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ElasticSan.ElasticSanVolumeData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ElasticSan.ElasticSanVolumeResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, volumeName As String, data As ElasticSanVolumeData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ElasticSanVolumeResource)

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.

volumeName
String

The name of the Volume.

data
ElasticSanVolumeData

Volume object.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

volumeName or data is null.

Applies to