DatabaseBackupOperationsExtensions.GetDatabaseBackupLongTermRetentionPolicyOperationStatusAsync Method

Definition

Gets the status of an Azure Sql Database backup LongTermRetention policy create or update operation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse> GetDatabaseBackupLongTermRetentionPolicyOperationStatusAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string operationStatusLink);
static member GetDatabaseBackupLongTermRetentionPolicyOperationStatusAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse>
<Extension()>
Public Function GetDatabaseBackupLongTermRetentionPolicyOperationStatusAsync (operations As IDatabaseBackupOperations, operationStatusLink As String) As Task(Of DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse)

Parameters

operations
IDatabaseBackupOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure operations.

Applies to