次の方法で共有


LongTermRetentionBackupsOperationsExtensions.ListByResourceGroupLocation メソッド

定義

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

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

パラメーター

operations
ILongTermRetentionBackupsOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

locationName
String

データベースの場所

onlyLatestPerDatabase
Nullable<Boolean>

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

databaseState
String

ライブ データベース、削除されたデータベース、またはすべてのデータベースに対してクエリを実行するかどうか。 使用可能な値には、'All'、'Live'、'Deleted' などがあります。

戻り値

適用対象