次の方法で共有


ResourceGroupLongTermRetentionManagedInstanceBackupCollection.GetAllAsync メソッド

定義

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups
  • 操作IdLongTermRetentionManagedInstanceBackups_ListByResourceGroupDatabase
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionManagedInstanceBackupResource> 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.ResourceGroupLongTermRetentionManagedInstanceBackupResource>
override this.GetAllAsync : Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionManagedInstanceBackupResource>
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 ResourceGroupLongTermRetentionManagedInstanceBackupResource)

パラメーター

onlyLatestPerDatabase
Nullable<Boolean>

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

databaseState
Nullable<SqlDatabaseState>

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象