次の方法で共有


WebAppsOperationsExtensions.BeginRestoreFromBackupBlob メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

request
RestoreRequest

復元要求に関する情報。

注釈

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

適用対象