DatabaseBackupOperationsExtensions.GetBackupLongTermRetentionVaultOperationStatus 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.
Gets the status of an Azure Sql Server backup LongTermRetention vault create or update operation.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse GetBackupLongTermRetentionVaultOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string operationStatusLink);
static member GetBackupLongTermRetentionVaultOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse
<Extension()>
Public Function GetBackupLongTermRetentionVaultOperationStatus (operations As IDatabaseBackupOperations, operationStatusLink As String) As BackupLongTermRetentionVaultCreateOrUpdateResponse
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.