Uses of Class
com.azure.resourcemanager.sql.models.TdeCertificate
Packages that use TdeCertificate
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of TdeCertificate in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type TdeCertificateModifier and TypeMethodDescriptionManagedInstanceTdeCertificatesClient.beginCreate(String resourceGroupName, String managedInstanceName, TdeCertificate parameters) Creates a TDE certificate for a given server.ManagedInstanceTdeCertificatesClient.beginCreate(String resourceGroupName, String managedInstanceName, TdeCertificate parameters, com.azure.core.util.Context context) Creates a TDE certificate for a given server.TdeCertificatesClient.beginCreate(String resourceGroupName, String serverName, TdeCertificate parameters) Creates a TDE certificate for a given server.TdeCertificatesClient.beginCreate(String resourceGroupName, String serverName, TdeCertificate parameters, com.azure.core.util.Context context) Creates a TDE certificate for a given server.ManagedInstanceTdeCertificatesClient.beginCreateAsync(String resourceGroupName, String managedInstanceName, TdeCertificate parameters) Creates a TDE certificate for a given server.TdeCertificatesClient.beginCreateAsync(String resourceGroupName, String serverName, TdeCertificate parameters) Creates a TDE certificate for a given server.voidManagedInstanceTdeCertificatesClient.create(String resourceGroupName, String managedInstanceName, TdeCertificate parameters) Creates a TDE certificate for a given server.voidManagedInstanceTdeCertificatesClient.create(String resourceGroupName, String managedInstanceName, TdeCertificate parameters, com.azure.core.util.Context context) Creates a TDE certificate for a given server.voidTdeCertificatesClient.create(String resourceGroupName, String serverName, TdeCertificate parameters) Creates a TDE certificate for a given server.voidTdeCertificatesClient.create(String resourceGroupName, String serverName, TdeCertificate parameters, com.azure.core.util.Context context) Creates a TDE certificate for a given server.ManagedInstanceTdeCertificatesClient.createAsync(String resourceGroupName, String managedInstanceName, TdeCertificate parameters) Creates a TDE certificate for a given server.TdeCertificatesClient.createAsync(String resourceGroupName, String serverName, TdeCertificate parameters) Creates a TDE certificate for a given server.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ManagedInstanceTdeCertificatesClient.createWithResponseAsync(String resourceGroupName, String managedInstanceName, TdeCertificate parameters) Creates a TDE certificate for a given server.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> TdeCertificatesClient.createWithResponseAsync(String resourceGroupName, String serverName, TdeCertificate parameters) Creates a TDE certificate for a given server. -
Uses of TdeCertificate in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return TdeCertificateModifier and TypeMethodDescriptionstatic TdeCertificateTdeCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TdeCertificate from the JsonReader.TdeCertificate.withCertPassword(String certPassword) Set the certPassword property: The certificate password.TdeCertificate.withPrivateBlob(String privateBlob) Set the privateBlob property: The base64 encoded certificate private blob.