AzureSqlDatabaseBackupCommunicator.GetDatabaseLongTermRetentionBackups(String, String, String, String, Nullable<Boolean>, String) 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.
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup> GetDatabaseLongTermRetentionBackups (string locationName, string serverName, string databaseName, string resourceGroupName, bool? onlyLatestPerDatabase, string databaseState);
member this.GetDatabaseLongTermRetentionBackups : string * string * string * string * Nullable<bool> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup>
Public Function GetDatabaseLongTermRetentionBackups (locationName As String, serverName As String, databaseName As String, resourceGroupName As String, onlyLatestPerDatabase As Nullable(Of Boolean), databaseState As String) As IPage(Of LongTermRetentionBackup)
Parameters
- locationName
- String
- serverName
- String
- databaseName
- String
- resourceGroupName
- String
- databaseState
- String