次の方法で共有


WebSiteManagementClientExtensions.ValidateMove メソッド

定義

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

public static void ValidateMove (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, string resourceGroupName, Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope moveResourceEnvelope);
static member ValidateMove : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * string * Microsoft.Azure.Management.WebSites.Models.CsmMoveResourceEnvelope -> unit
<Extension()>
Public Sub ValidateMove (operations As IWebSiteManagementClient, resourceGroupName As String, moveResourceEnvelope As CsmMoveResourceEnvelope)

パラメーター

operations
IWebSiteManagementClient

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

resourceGroupName
String

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

moveResourceEnvelope
CsmMoveResourceEnvelope

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

注釈

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

適用対象