public abstract SyncPoller,Void> beginCreate(String resourceGroupName, String managedInstanceName, TdeCertificate parameters)
Creates a TDE certificate for a given server.
Parameters:
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.
managedInstanceName
- The name of the managed instance.
parameters
- The requested TDE certificate to be created or updated.
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.
managedInstanceName
- The name of the managed instance.
parameters
- The requested TDE certificate to be created or updated.
context
- The context to associate with this operation.
public abstract PollerFlux,Void> beginCreateAsync(String resourceGroupName, String managedInstanceName, TdeCertificate parameters)
Creates a TDE certificate for a given server.
Parameters:
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.
managedInstanceName
- The name of the managed instance.
parameters
- The requested TDE certificate to be created or updated.
public abstract void create(String resourceGroupName, String managedInstanceName, TdeCertificate parameters)
Creates a TDE certificate for a given server.
Parameters:
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.
managedInstanceName
- The name of the managed instance.
parameters
- The requested TDE certificate to be created or updated.
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.
managedInstanceName
- The name of the managed instance.
parameters
- The requested TDE certificate to be created or updated.
context
- The context to associate with this operation.
createAsync
public abstract Mono createAsync(String resourceGroupName, String managedInstanceName, TdeCertificate parameters)
Creates a TDE certificate for a given server.
Parameters:
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.
managedInstanceName
- The name of the managed instance.
parameters
- The requested TDE certificate to be created or updated.
Returns:
A Mono that completes when a successful response is received.
createWithResponseAsync
public abstract Mono>> createWithResponseAsync(String resourceGroupName, String managedInstanceName, TdeCertificate parameters)
Creates a TDE certificate for a given server.
Parameters:
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.
managedInstanceName
- The name of the managed instance.
parameters
- The requested TDE certificate to be created or updated.