TransparentDataEncryptionOperationsExtensions.GetCreateOrUpdateEncryptionProtectorOperationStatus 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 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.