DatabaseBackupOperationsExtensions.GetGeoBackupPolicy 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.
Returns an Azure SQL Database geo backup policy.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupPolicyGetResponse GetGeoBackupPolicy (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string resourceGroupName, string serverName, string databaseName, string geoBackupPolicyName);
static member GetGeoBackupPolicy : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupPolicyGetResponse
<Extension()>
Public Function GetGeoBackupPolicy (operations As IDatabaseBackupOperations, resourceGroupName As String, serverName As String, databaseName As String, geoBackupPolicyName As String) As GeoBackupPolicyGetResponse
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 backup policies for.
- databaseName
- String
Required. The name of the Azure SQL Database to retrieve geo backup policies for.
- geoBackupPolicyName
- String
Required. The name of the Azure SQL Database Geo Backup Policy to retrieve geo backup policies for.
Returns
Represents the response to a Get Azure Sql Database geo backup policy request.