SqlExtensions.GetSubscriptionLongTermRetentionBackups メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。