Class ManagedInstanceTdeCertificatesOperationsExtensions
Extension methods for ManagedInstanceTdeCertificatesOperations.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
public static class ManagedInstanceTdeCertificatesOperationsExtensions
Methods
BeginCreate(IManagedInstanceTdeCertificatesOperations, String, String, TdeCertificate)
Creates a TDE certificate for a given server.
Declaration
public static void BeginCreate (this Microsoft.Azure.Management.Sql.IManagedInstanceTdeCertificatesOperations operations, string resourceGroupName, string managedInstanceName, Microsoft.Azure.Management.Sql.Models.TdeCertificate parameters);
Parameters
|
IManagedInstanceTdeCertificatesOperations
operations
The operations group for this extension method. |
|
String
resourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
String
managedInstanceName
The name of the managed instance. |
|
TdeCertificate
parameters
The requested TDE certificate to be created or updated. |
BeginCreateAsync(IManagedInstanceTdeCertificatesOperations, String, String, TdeCertificate, CancellationToken)
Creates a TDE certificate for a given server.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task BeginCreateAsync (this Microsoft.Azure.Management.Sql.IManagedInstanceTdeCertificatesOperations operations, string resourceGroupName, string managedInstanceName, Microsoft.Azure.Management.Sql.Models.TdeCertificate parameters, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IManagedInstanceTdeCertificatesOperations
operations
The operations group for this extension method. |
|
String
resourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
String
managedInstanceName
The name of the managed instance. |
|
TdeCertificate
parameters
The requested TDE certificate to be created or updated. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task
|
Create(IManagedInstanceTdeCertificatesOperations, String, String, TdeCertificate)
Creates a TDE certificate for a given server.
Declaration
public static void Create (this Microsoft.Azure.Management.Sql.IManagedInstanceTdeCertificatesOperations operations, string resourceGroupName, string managedInstanceName, Microsoft.Azure.Management.Sql.Models.TdeCertificate parameters);
Parameters
|
IManagedInstanceTdeCertificatesOperations
operations
The operations group for this extension method. |
|
String
resourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
String
managedInstanceName
The name of the managed instance. |
|
TdeCertificate
parameters
The requested TDE certificate to be created or updated. |
CreateAsync(IManagedInstanceTdeCertificatesOperations, String, String, TdeCertificate, CancellationToken)
Creates a TDE certificate for a given server.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task CreateAsync (this Microsoft.Azure.Management.Sql.IManagedInstanceTdeCertificatesOperations operations, string resourceGroupName, string managedInstanceName, Microsoft.Azure.Management.Sql.Models.TdeCertificate parameters, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IManagedInstanceTdeCertificatesOperations
operations
The operations group for this extension method. |
|
String
resourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
String
managedInstanceName
The name of the managed instance. |
|
TdeCertificate
parameters
The requested TDE certificate to be created or updated. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task
|