TransparentDataEncryptionOperationsExtensions.GetCreateOrUpdateEncryptionProtectorOperationStatusAsync Method

Definition

Gets the status of an Azure SQL Server Transparent Data Encryption Protector create or update operation.

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

Parameters

operations
ITransparentDataEncryptionOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Represents the response to a Azure Sql Database Transparent Data Encryption Protector create or update request.

Applies to