Uses of Class
com.azure.resourcemanager.sql.fluent.models.ServerTrustCertificateProperties
Packages that use ServerTrustCertificateProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of ServerTrustCertificateProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type ServerTrustCertificatePropertiesModifier and TypeClassDescriptionfinal classThe properties of a server trust certificate.Methods in com.azure.resourcemanager.sql.fluent.models that return ServerTrustCertificatePropertiesModifier and TypeMethodDescriptionServerTrustCertificateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerTrustCertificateProperties from the JsonReader.ServerTrustCertificateProperties.withPublicBlob(String publicBlob) Set the publicBlob property: The certificate public blob.