MockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionBackups Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of SubscriptionLongTermRetentionBackupResources in the SubscriptionResource.
public virtual Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection GetSubscriptionLongTermRetentionBackups (Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName);
abstract member GetSubscriptionLongTermRetentionBackups : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection
override this.GetSubscriptionLongTermRetentionBackups : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection
Public Overridable Function GetSubscriptionLongTermRetentionBackups (locationName As AzureLocation, longTermRetentionServerName As String, longTermRetentionDatabaseName As String) As SubscriptionLongTermRetentionBackupCollection
Parameters
- locationName
- AzureLocation
The location of the database.
- longTermRetentionServerName
- String
The name of the server.
- longTermRetentionDatabaseName
- String
The name of the database.
Returns
An object representing collection of SubscriptionLongTermRetentionBackupResources and their operations over a SubscriptionLongTermRetentionBackupResource.
Exceptions
longTermRetentionServerName
or longTermRetentionDatabaseName
is null.
longTermRetentionServerName
or longTermRetentionDatabaseName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET