ManagedInstanceTdeCertificates interface

Interface representing a ManagedInstanceTdeCertificates.

Methods

beginCreate(string, string, TdeCertificate, ManagedInstanceTdeCertificatesCreateOptionalParams)

Creates a TDE certificate for a given server.

beginCreateAndWait(string, string, TdeCertificate, ManagedInstanceTdeCertificatesCreateOptionalParams)

Creates a TDE certificate for a given server.

Method Details

beginCreate(string, string, TdeCertificate, ManagedInstanceTdeCertificatesCreateOptionalParams)

Creates a TDE certificate for a given server.

function beginCreate(resourceGroupName: string, managedInstanceName: string, parameters: TdeCertificate, options?: ManagedInstanceTdeCertificatesCreateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

parameters
TdeCertificate

The requested TDE certificate to be created or updated.

options
ManagedInstanceTdeCertificatesCreateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginCreateAndWait(string, string, TdeCertificate, ManagedInstanceTdeCertificatesCreateOptionalParams)

Creates a TDE certificate for a given server.

function beginCreateAndWait(resourceGroupName: string, managedInstanceName: string, parameters: TdeCertificate, options?: ManagedInstanceTdeCertificatesCreateOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

parameters
TdeCertificate

The requested TDE certificate to be created or updated.

options
ManagedInstanceTdeCertificatesCreateOptionalParams

The options parameters.

Returns

Promise<void>