Share via


StorageMoverProjectCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a Project resource, which is a logical grouping of related jobs.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}
  • Operation Id: Projects_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string projectName, Azure.ResourceManager.StorageMover.StorageMoverProjectData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.StorageMover.StorageMoverProjectData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.StorageMover.StorageMoverProjectData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, projectName As String, data As StorageMoverProjectData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of StorageMoverProjectResource))

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.

projectName
String

The name of the Project resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

projectName or data is null.

Applies to