次の方法で共有


MoverResourceSetResource.Prepare メソッド

定義

要求本文に含まれる一連のリソースの準備を開始します。 準備操作は、moveState 'PreparePending' または 'PrepareFailed' にある moveResources に対して行われます。正常に完了すると、moveResource moveState は MovePending に切り替わります。 ユーザーが操作の前提条件を満たすのを支援するために、クライアントは validateOnly プロパティを true に設定して操作を呼び出すことができます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/prepare
  • 操作IdMoveCollections_Prepare
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.Models.MoverOperationStatus> Prepare (Azure.WaitUntil waitUntil, Azure.ResourceManager.ResourceMover.Models.MoverPrepareContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Prepare : Azure.WaitUntil * Azure.ResourceManager.ResourceMover.Models.MoverPrepareContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.Models.MoverOperationStatus>
override this.Prepare : Azure.WaitUntil * Azure.ResourceManager.ResourceMover.Models.MoverPrepareContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.Models.MoverOperationStatus>
Public Overridable Function Prepare (waitUntil As WaitUntil, Optional content As MoverPrepareContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MoverOperationStatus)

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

content
MoverPrepareContent

使用する MoverPrepareContent。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象