共用方式為


MoverResourceCollection.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
  • Default Api Version: 2023-08-01
  • Resource: MoverResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.MoverResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string moverResourceName, Azure.ResourceManager.ResourceMover.MoverResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ResourceMover.MoverResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.MoverResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ResourceMover.MoverResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.MoverResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, moverResourceName As String, data As MoverResourceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MoverResource)

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.

moverResourceName
String

The Move Resource Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

moverResourceName or data is null.

Applies to