ITransparentDataEncryptionOperations.BeginCreateOrUpdateEncryptionProtectorAsync(String, String, EncryptionProtectorCreateOrUpdateParameters, CancellationToken) 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.
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
- parameters
- EncryptionProtectorCreateOrUpdateParameters
- cancellationToken
- CancellationToken