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
Methods in com.azure.resourcemanager.sql.fluent.models that return EncryptionProtectorPropertiesModifier and TypeMethodDescriptionEncryptionProtectorProperties.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'.