次の方法で共有


WebAppsOperationsExtensions.DiscoverBackupAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

request
RestoreRequestInner

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[Discovers an existing app backup that can be restore from a BLOB in Azure Storage]\(Azure Storage 内の BLOB から復元できる既存のアプリ バックアップを検出する\) の説明。 これを使用して、バックアップに格納されているデータベースに関する情報を取得します。

適用対象