ManagedInstanceResource.CreateManagedInstanceTdeCertificate 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.
Creates a TDE certificate for a given server.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/tdeCertificates
- Operation Id: ManagedInstanceTdeCertificates_Create
- Default Api Version: 2020-11-01-preview
public virtual Azure.ResourceManager.ArmOperation CreateManagedInstanceTdeCertificate (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.TdeCertificate tdeCertificate, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateManagedInstanceTdeCertificate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.TdeCertificate * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.CreateManagedInstanceTdeCertificate : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.TdeCertificate * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function CreateManagedInstanceTdeCertificate (waitUntil As WaitUntil, tdeCertificate As TdeCertificate, Optional cancellationToken As CancellationToken = Nothing) As 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
Azure SDK for .NET