Uses of Class
com.microsoft.azure.management.storage.KeySource
Packages that use KeySource
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of KeySource in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage 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.microsoft.azure.management.storage that return KeySourceModifier and TypeMethodDescriptionstatic KeySourceKeySource.fromString(String name) Creates or finds a KeySource from its string representation.Encryption.keySource()Get the encryption keySource (provider).Methods in com.microsoft.azure.management.storage that return types with arguments of type KeySourceMethods in com.microsoft.azure.management.storage with parameters of type KeySourceModifier and TypeMethodDescriptionEncryption.withKeySource(KeySource keySource) Set the encryption keySource (provider).