WebAppsOperationsExtensions.ListBackupStatusSecretsSlotAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

backupId
String

バックアップの ID。

request
BackupRequestInner

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

slot
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象