Partager via


AzureSqlDatabaseBackupCommunicator.ListGeoBackups(String, String) Method

Definition

Lists the geo backups for a given Sql Azure Server

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackup> ListGeoBackups (string resourceGroupName, string serverName);
member this.ListGeoBackups : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackup>
Public Function ListGeoBackups (resourceGroupName As String, serverName As String) As IList(Of GeoBackup)

Parameters

resourceGroupName
String

The name of the resource group

serverName
String

The name of the Azure SQL Server

Returns

List of restore points

Applies to