次の方法で共有


LongTermRetentionBackupsOperationsExtensions.ListByServer メソッド

定義

特定のサーバーの長期保有バックアップを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup> ListByServer (this Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, string databaseState = default);
static member ListByServer : Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations * string * string * Nullable<bool> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup>
<Extension()>
Public Function ListByServer (operations As ILongTermRetentionBackupsOperations, locationName As String, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As String = Nothing) As IPage(Of LongTermRetentionBackup)

パラメーター

operations
ILongTermRetentionBackupsOperations

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

locationName
String

データベースの場所

longTermRetentionServerName
String

サーバーの名前

onlyLatestPerDatabase
Nullable<Boolean>

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

databaseState
String

ライブ データベース、削除されたデータベース、またはすべてのデータベースに対してクエリを実行するかどうか。 指定できる値は、'All'、'Live'、'Deleted' です。

戻り値

適用対象