IWebAppsOperations.BeginRestoreSnapshotWithHttpMessagesAsync メソッド

定義

スナップショットから Web アプリを復元します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginRestoreSnapshotWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest restoreRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginRestoreSnapshotWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginRestoreSnapshotWithHttpMessagesAsync (resourceGroupName As String, name As String, restoreRequest As SnapshotRestoreRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String

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

name
String

Web アプリの名前。

restoreRequest
SnapshotRestoreRequest

スナップショットの復元設定。 スナップショット情報は、GetDeletedSites または GetSiteSnapshots API を呼び出すことによって取得できます。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

注釈

「スナップショットから Web アプリを復元する」の説明。

適用対象