Share via


AzureSqlDatabaseBackupCommunicator.GetDatabaseLongTermRetentionBackup Method

Definition

Overloads

GetDatabaseLongTermRetentionBackup(String, String, String, String)
GetDatabaseLongTermRetentionBackup(String, String, String, String, String)

Gets the Long Term Retention backup.

GetDatabaseLongTermRetentionBackup(String, String, String, String)

public Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup GetDatabaseLongTermRetentionBackup (string locationName, string serverName, string databaseName, string backupName);
member this.GetDatabaseLongTermRetentionBackup : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup
Public Function GetDatabaseLongTermRetentionBackup (locationName As String, serverName As String, databaseName As String, backupName As String) As LongTermRetentionBackup

Parameters

locationName
String
serverName
String
databaseName
String
backupName
String

Returns

Applies to

GetDatabaseLongTermRetentionBackup(String, String, String, String, String)

Gets the Long Term Retention backup.

public Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup GetDatabaseLongTermRetentionBackup (string locationName, string serverName, string databaseName, string backupName, string resourceGroupName);
member this.GetDatabaseLongTermRetentionBackup : string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackup
Public Function GetDatabaseLongTermRetentionBackup (locationName As String, serverName As String, databaseName As String, backupName As String, resourceGroupName As String) As LongTermRetentionBackup

Parameters

locationName
String

The location name.

serverName
String

The server name.

databaseName
String

The database name.

backupName
String

The backup name.

resourceGroupName
String

The resource group name

Returns

Applies to