DatabaseBackupOperationsExtensions.GetGeoBackupAsync Method

Definition

Returns an Azure SQL Database geo backup.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupGetResponse> GetGeoBackupAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string resourceGroupName, string serverName, string databaseName);
static member GetGeoBackupAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupGetResponse>
<Extension()>
Public Function GetGeoBackupAsync (operations As IDatabaseBackupOperations, resourceGroupName As String, serverName As String, databaseName As String) As Task(Of 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