次の方法で共有


WebSiteManagementClientExtensions.ValidateMoveAsync メソッド

定義

リソースを移動できるかどうかを検証します。

public static System.Threading.Tasks.Task ValidateMoveAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, string resourceGroupName, Microsoft.Azure.Management.AppService.Fluent.Models.CsmMoveResourceEnvelope moveResourceEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member ValidateMoveAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmMoveResourceEnvelope * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ValidateMoveAsync (operations As IWebSiteManagementClient, resourceGroupName As String, moveResourceEnvelope As CsmMoveResourceEnvelope, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IWebSiteManagementClient

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

moveResourceEnvelope
CsmMoveResourceEnvelope

移動するリソースを表す オブジェクト。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「リソースを移動できるかどうかを検証する」の説明。

適用対象