次の方法で共有


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 に対する操作を表す オブジェクト。

例外

longTermRetentionServerName または longTermRetentionDatabaseName が空の文字列であり、空でないと想定されていました。

longTermRetentionServerName または longTermRetentionDatabaseName が null です。

適用対象