次の方法で共有


IWebAppsOperations.ListBackupStatusSecretsSlotWithHttpMessagesAsync メソッド

定義

Azure Storage SAS URL など、バックアップに関連付けられているシークレットなど、進行中の可能性がある Web アプリのバックアップの状態を取得します。 また、要求本文で新しい URL が渡された場合に、バックアップの SAS URL を更新するためにも使用できます。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.WebSites.Models.BackupItem>> ListBackupStatusSecretsSlotWithHttpMessagesAsync (string resourceGroupName, string name, string backupId, Microsoft.Azure.Management.WebSites.Models.BackupRequest request, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListBackupStatusSecretsSlotWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.WebSites.Models.BackupRequest * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.WebSites.Models.BackupItem>>
Public Function ListBackupStatusSecretsSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, backupId As String, request As BackupRequest, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BackupItem))

パラメーター

resourceGroupName
String

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

name
String

Web アプリの名前。

backupId
String

バックアップの ID。

request
BackupRequest

バックアップ要求に関する情報。

slot
String

Web アプリ スロットの名前。 指定しない場合、既定では運用スロットになります。

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

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

応答を逆シリアル化できない場合にスローされます

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

注釈

説明:進行中の可能性がある Web アプリのバックアップの状態を取得します。これには、Azure Storage SAS URL などのバックアップに関連付けられているシークレットが含まれます。 また、要求本文で新しい URL が渡された場合に、バックアップの SAS URL を更新するためにも使用できます。

適用対象