Uses of Class
com.azure.resourcemanager.storage.models.KeySource
-
Packages that use KeySource Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of KeySource in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as KeySource Modifier and Type Field Description static KeySourceKeySource. MICROSOFT_KEYVAULTStatic value Microsoft.Keyvault for KeySource.static KeySourceKeySource. MICROSOFT_STORAGEStatic value Microsoft.Storage for KeySource.Methods in com.azure.resourcemanager.storage.models that return KeySource Modifier and Type Method Description static KeySourceKeySource. fromString(String name)Creates or finds a KeySource from its string representation.KeySourceEncryption. keySource()Get the keySource property: The encryption keySource (provider).Methods in com.azure.resourcemanager.storage.models that return types with arguments of type KeySource Modifier and Type Method Description static Collection<KeySource>KeySource. values()Methods in com.azure.resourcemanager.storage.models with parameters of type KeySource Modifier and Type Method Description EncryptionEncryption. withKeySource(KeySource keySource)Set the keySource property: The encryption keySource (provider).
-