ITransparentDataEncryptionOperations.BeginCreateOrUpdateEncryptionProtectorAsync(String, String, EncryptionProtectorCreateOrUpdateParameters, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse> BeginCreateOrUpdateEncryptionProtectorAsync (string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreateOrUpdateEncryptionProtectorAsync : string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse>
Public Function BeginCreateOrUpdateEncryptionProtectorAsync (resourceGroupName As String, serverName As String, parameters As EncryptionProtectorCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of EncryptionProtectorCreateOrUpdateResponse)

Parameters

resourceGroupName
String
serverName
String
cancellationToken
CancellationToken

Returns

Task<EncryptionProtectorCreateOrUpdateResponse>

Applies to