次の方法で共有


WebAppsOperationsExtensions.ListBackupStatusSecretsAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

backupId
String

バックアップの ID。

request
BackupRequestInner

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象