Uses of Class
com.azure.resourcemanager.sql.fluent.models.TdeCertificateProperties
Packages that use TdeCertificateProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of TdeCertificateProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type TdeCertificatePropertiesModifier and TypeClassDescriptionfinal classProperties of a TDE certificate.Methods in com.azure.resourcemanager.sql.fluent.models that return TdeCertificatePropertiesModifier and TypeMethodDescriptionstatic TdeCertificatePropertiesTdeCertificateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TdeCertificateProperties from the JsonReader.TdeCertificateProperties.withCertPassword(String certPassword) Set the certPassword property: The certificate password.TdeCertificateProperties.withPrivateBlob(String privateBlob) Set the privateBlob property: The base64 encoded certificate private blob.