AzureSqlDatabaseBackupCommunicator.GetDatabaseGeoBackupPolicy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a geo backup policy for a Azure SQL Database
public Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupPolicy GetDatabaseGeoBackupPolicy (string resourceGroupName, string serverName, string databaseName, string policyName);
member this.GetDatabaseGeoBackupPolicy : string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupPolicy
Public Function GetDatabaseGeoBackupPolicy (resourceGroupName As String, serverName As String, databaseName As String, policyName As String) As GeoBackupPolicy
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the Azure SQL Server
- databaseName
- String
The name of the Azure SQL Database
- policyName
- String
The name of the geo backup policy
Returns
A geo backup policy