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