Aracılığıyla paylaş


SqlServerResource.CreateTdeCertificateAsync Method

Definition

Creates a TDE certificate for a given server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/tdeCertificates
  • Operation Id: TdeCertificates_Create
  • Default Api Version: 2020-11-01-preview
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> CreateTdeCertificateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.TdeCertificate tdeCertificate, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateTdeCertificateAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.TdeCertificate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.CreateTdeCertificateAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.TdeCertificate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function CreateTdeCertificateAsync (waitUntil As WaitUntil, tdeCertificate As TdeCertificate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

tdeCertificate
TdeCertificate

The requested TDE certificate to be created or updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

tdeCertificate is null.

Applies to