次の方法で共有


WebAppsOperationsExtensions.DiscoverBackupAsync メソッド

定義

Azure Storage 内の BLOB から復元できる既存のアプリのバックアップを検出します。 これを使用して、バックアップに格納されているデータベースに関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.RestoreRequest> DiscoverBackupAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.RestoreRequest request, System.Threading.CancellationToken cancellationToken = default);
static member DiscoverBackupAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.RestoreRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.RestoreRequest>
<Extension()>
Public Function DiscoverBackupAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, request As RestoreRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RestoreRequest)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

request
RestoreRequest

バックアップを検出するための Azure ストレージ URL とブログ名を含む RestoreRequest オブジェクト。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「Azure Storage 内の BLOB から復元できる既存のアプリ バックアップを検出する」の説明。 これを使用して、バックアップに格納されているデータベースに関する情報を取得します。

適用対象