你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LongTermRetentionManagedInstanceBackupsOperationsExtensions.ListByLocationAsync 方法

定义

列出给定位置中托管数据库的长期保留备份。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionBackup>> ListByLocationAsync (this Microsoft.Azure.Management.Sql.ILongTermRetentionManagedInstanceBackupsOperations operations, string locationName, bool? onlyLatestPerDatabase = default, string databaseState = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationAsync : Microsoft.Azure.Management.Sql.ILongTermRetentionManagedInstanceBackupsOperations * string * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstanceLongTermRetentionBackup>>
<Extension()>
Public Function ListByLocationAsync (operations As ILongTermRetentionManagedInstanceBackupsOperations, locationName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedInstanceLongTermRetentionBackup))

参数

operations
ILongTermRetentionManagedInstanceBackupsOperations

此扩展方法的操作组。

locationName
String

数据库的位置。

onlyLatestPerDatabase
Nullable<Boolean>

是否仅获取每个数据库的最新备份。

databaseState
String

是仅针对实时数据库、仅针对已删除的数据库还是针对所有数据库进行查询。 可能的值包括:“All”、“Live”、“Deleted”

cancellationToken
CancellationToken

取消标记。

返回

适用于