你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LongTermRetentionBackupsOperationsExtensions.ListByDatabase 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
列出数据库的所有长期保留备份。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup> ListByDatabase (this Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, bool? onlyLatestPerDatabase = default, string databaseState = default);
static member ListByDatabase : Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations * string * string * string * Nullable<bool> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup>
<Extension()>
Public Function ListByDatabase (operations As ILongTermRetentionBackupsOperations, locationName As String, longTermRetentionServerName As String, longTermRetentionDatabaseName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As String = Nothing) As IPage(Of LongTermRetentionBackup)
参数
- operations
- ILongTermRetentionBackupsOperations
此扩展方法的操作组。
- locationName
- String
数据库的位置
- longTermRetentionServerName
- String
服务器名称
- longTermRetentionDatabaseName
- String
数据库的名称
- databaseState
- String
是仅针对实时数据库、仅删除的数据库还是针对所有数据库进行查询。 可能的值包括:“All”、“Live”、“Deleted”