TransparentDataEncryptionOperationsExtensions.GetCreateOrUpdateEncryptionProtectorOperationStatus Method

Definition

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

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse GetCreateOrUpdateEncryptionProtectorOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations operations, string operationStatusLink);
static member GetCreateOrUpdateEncryptionProtectorOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse
<Extension()>
Public Function GetCreateOrUpdateEncryptionProtectorOperationStatus (operations As ITransparentDataEncryptionOperations, operationStatusLink As String) As 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