Uses of Class
com.azure.resourcemanager.databricks.models.KeySource
Packages that use KeySource
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of KeySource in com.azure.resourcemanager.databricks.models
Fields in com.azure.resourcemanager.databricks.models declared as KeySourceModifier and TypeFieldDescriptionstatic final KeySourceKeySource.DEFAULTStatic value Default for KeySource.static final KeySourceKeySource.MICROSOFT_KEYVAULTStatic value Microsoft.Keyvault for KeySource.Methods in com.azure.resourcemanager.databricks.models that return KeySourceModifier and TypeMethodDescriptionstatic KeySourceKeySource.fromString(String name) Creates or finds a KeySource from its string representation.Encryption.keySource()Get the keySource property: The encryption keySource (provider).Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type KeySourceModifier and TypeMethodDescriptionstatic Collection<KeySource> KeySource.values()Gets known KeySource values.Methods in com.azure.resourcemanager.databricks.models with parameters of type KeySourceModifier and TypeMethodDescriptionEncryption.withKeySource(KeySource keySource) Set the keySource property: The encryption keySource (provider).