Uses of Class
com.azure.resourcemanager.storage.models.KeySource
Packages that use KeySource
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of KeySource in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type KeySource in com.azure.resourcemanager.storage.modelsFields in com.azure.resourcemanager.storage.models declared as KeySourceModifier and TypeFieldDescriptionstatic final KeySourceKeySource.MICROSOFT_KEYVAULTStatic value Microsoft.Keyvault for KeySource.static final KeySourceKeySource.MICROSOFT_STORAGEStatic value Microsoft.Storage for KeySource.Methods in com.azure.resourcemanager.storage.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.storage.models that return types with arguments of type KeySourceModifier and TypeMethodDescriptionstatic Collection<KeySource> KeySource.values()Gets known KeySource values.Methods in com.azure.resourcemanager.storage.models with parameters of type KeySourceModifier and TypeMethodDescriptionEncryption.withKeySource(KeySource keySource) Set the keySource property: The encryption keySource (provider).