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 KeySource
KeySource.MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for KeySource.static final KeySource
KeySource.MICROSOFT_STORAGE
Static value Microsoft.Storage for KeySource.Methods in com.microsoft.azure.management.storage that return KeySourceModifier and TypeMethodDescriptionstatic KeySource
KeySource.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).