AzureSqlDatabaseBackupCommunicator.GetDatabaseLongTermRetentionBackups(String, String, String, String, Nullable<Boolean>, String) Method

Definition

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
onlyLatestPerDatabase
Nullable<Boolean>
databaseState
String

Returns

IPage<LongTermRetentionBackup>

Applies to