DatabaseBackupOperationsExtensions.GetGeoBackup Method

Definition

Returns an Azure SQL Database geo backup.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupGetResponse GetGeoBackup (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string resourceGroupName, string serverName, string databaseName);
static member GetGeoBackup : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupGetResponse
<Extension()>
Public Function GetGeoBackup (operations As IDatabaseBackupOperations, resourceGroupName As String, serverName As String, databaseName As String) As GeoBackupGetResponse

Parameters

operations
IDatabaseBackupOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Azure SQL Database Server to retrieve geo backups for.

databaseName
String

Required. The name of the Azure SQL Database to retrieve geo backups for.

Returns

Represents the response to a Get Azure Sql Database geo backup request.

Applies to