Share via


MoveResourceCollection.CreateOrUpdate Method

Definition

Creates or updates a Move Resource in the move collection. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/moveResources/{moveResourceName} Operation Id: MoveResources_Create

public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.MoveResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string moveResourceName, Azure.ResourceManager.Migrate.MoveResourceData data = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Migrate.MoveResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.MoveResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Migrate.MoveResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.MoveResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, moveResourceName As String, Optional data As MoveResourceData = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MoveResource)

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.

moveResourceName
String

The Move Resource Name.

data
MoveResourceData

The MoveResource to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

moveResourceName is null.

Applies to