Exemple #1
0
 /// <summary>
 /// Gets the status of an Azure SQL Server Transparent Data Encryption
 /// Protector create or update operation.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
 /// </param>
 /// <param name='operationStatusLink'>
 /// Required. Location value returned by the Begin operation
 /// </param>
 /// <returns>
 /// Represents the response to a Azure Sql Database Transparent Data
 /// Encryption Protector create or update request.
 /// </returns>
 public static Task <EncryptionProtectorCreateOrUpdateResponse> GetCreateOrUpdateEncryptionProtectorOperationStatusAsync(this ITransparentDataEncryptionOperations operations, string operationStatusLink)
 {
     return(operations.GetCreateOrUpdateEncryptionProtectorOperationStatusAsync(operationStatusLink, CancellationToken.None));
 }