Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountEncryptionKeySource
-
Packages that use StorageAccountEncryptionKeySource Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of StorageAccountEncryptionKeySource in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as StorageAccountEncryptionKeySource Modifier and Type Field Description static StorageAccountEncryptionKeySourceStorageAccountEncryptionKeySource. MICROSOFT_KEYVAULTStatic value Microsoft.Keyvault for StorageAccountEncryptionKeySource.static StorageAccountEncryptionKeySourceStorageAccountEncryptionKeySource. MICROSOFT_STORAGEStatic value Microsoft.Storage for StorageAccountEncryptionKeySource.Methods in com.azure.resourcemanager.storage.models that return StorageAccountEncryptionKeySource Modifier and Type Method Description StorageAccountEncryptionKeySourceStorageAccount. encryptionKeySource()static StorageAccountEncryptionKeySourceStorageAccountEncryptionKeySource. fromString(String name)Creates or finds an encryption status based on its name.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type StorageAccountEncryptionKeySource Modifier and Type Method Description static Collection<StorageAccountEncryptionKeySource>StorageAccountEncryptionKeySource. values()
-