次の方法で共有


WebAppsOperationsExtensions.BeginRestoreFromDeletedAppSlot メソッド

定義

削除された Web アプリをこの Web アプリに復元します。

public static void BeginRestoreFromDeletedAppSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.DeletedAppRestoreRequest restoreRequest, string slot);
static member BeginRestoreFromDeletedAppSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.DeletedAppRestoreRequest * string -> unit
<Extension()>
Public Sub BeginRestoreFromDeletedAppSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, restoreRequest As DeletedAppRestoreRequest, slot As String)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

restoreRequest
DeletedAppRestoreRequest

Web アプリの復元情報を削除しました。

slot
String

Web アプリ スロットの名前。 指定しない場合、既定では運用スロットになります。

注釈

「削除された Web アプリをこの Web アプリに復元する」の説明。

適用対象