Uses of Class
com.azure.resourcemanager.sql.fluent.models.EncryptionProtectorProperties
Packages that use EncryptionProtectorProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of EncryptionProtectorProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type EncryptionProtectorPropertiesModifier and TypeClassDescriptionfinal classProperties for an encryption protector execution.Methods in com.azure.resourcemanager.sql.fluent.models that return EncryptionProtectorPropertiesModifier and TypeMethodDescriptionEncryptionProtectorProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionProtectorProperties from the JsonReader.EncryptionProtectorProperties.withAutoRotationEnabled(Boolean autoRotationEnabled) Set the autoRotationEnabled property: Key auto rotation opt-in flag.EncryptionProtectorProperties.withServerKeyName(String serverKeyName) Set the serverKeyName property: The name of the server key.EncryptionProtectorProperties.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.