次の方法で共有


ResourceGroupLongTermRetentionBackupCollection.GetAll メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups
  • 操作IdLongTermRetentionBackups_ListByResourceGroupDatabase
public virtual Azure.Pageable<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource> GetAll (bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>
override this.GetAll : Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>
Public Overridable Function GetAll (Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ResourceGroupLongTermRetentionBackupResource)

パラメーター

onlyLatestPerDatabase
Nullable<Boolean>

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

databaseState
Nullable<SqlDatabaseState>

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象