次の方法で共有


ResourceGroupLongTermRetentionBackupCollection.GetAllAsync メソッド

定義

データベースのすべての長期保有バックアップを一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • 操作IdLongTermRetentionBackups_ListByResourceGroupDatabase
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource> GetAllAsync (bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>
override this.GetAllAsync : Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>
Public Overridable Function GetAllAsync (Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceGroupLongTermRetentionBackupResource)

パラメーター

onlyLatestPerDatabase
Nullable<Boolean>

各データベースの最新のバックアップのみを取得するかどうか。

databaseState
Nullable<SqlDatabaseState>

ライブ データベース、削除されたデータベース、またはすべてのデータベースに対してクエリを実行するかどうか。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ResourceGroupLongTermRetentionBackupResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象