次の方法で共有


WebAppsOperationsExtensions.RestoreFromBackupBlobSlot メソッド

定義

Azure Storage のバックアップ BLOB からアプリを復元します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

request
RestoreRequest

復元要求に関する情報。

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API は運用スロットのバックアップを復元します。

注釈

「Azure Storage のバックアップ BLOB からアプリを復元する」の説明。

適用対象