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

SqlExtensions.GetSubscriptionLongTermRetentionBackups 方法

定义

获取 SubscriptionResource 中 SubscriptionLongTermRetentionBackupResources 的集合。

public static Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection GetSubscriptionLongTermRetentionBackups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName);
static member GetSubscriptionLongTermRetentionBackups : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection
<Extension()>
Public Function GetSubscriptionLongTermRetentionBackups (subscriptionResource As SubscriptionResource, locationName As AzureLocation, longTermRetentionServerName As String, longTermRetentionDatabaseName As String) As SubscriptionLongTermRetentionBackupCollection

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

locationName
AzureLocation

数据库的位置。

longTermRetentionServerName
String

服务器的名称。

longTermRetentionDatabaseName
String

数据库的名称。

返回

一个 对象,表示 SubscriptionLongTermRetentionBackupResources 的集合及其在 SubscriptionLongTermRetentionBackupResource 上的操作。

例外

longTermRetentionServerNamelongTermRetentionDatabaseName 是空字符串,预期为非空。

longTermRetentionServerNamelongTermRetentionDatabaseName 为 null。

适用于