Uses of Class
com.azure.resourcemanager.storage.models.EncryptionScopeSource
-
Packages that use EncryptionScopeSource Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of EncryptionScopeSource in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return EncryptionScopeSource Modifier and Type Method Description EncryptionScopeSourceEncryptionScopeInner. source()Get the source property: The provider for the encryption scope.EncryptionScopeSourceEncryptionScopeProperties. source()Get the source property: The provider for the encryption scope.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type EncryptionScopeSource Modifier and Type Method Description EncryptionScopeInnerEncryptionScopeInner. withSource(EncryptionScopeSource source)Set the source property: The provider for the encryption scope.EncryptionScopePropertiesEncryptionScopeProperties. withSource(EncryptionScopeSource source)Set the source property: The provider for the encryption scope. -
Uses of EncryptionScopeSource in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as EncryptionScopeSource Modifier and Type Field Description static EncryptionScopeSourceEncryptionScopeSource. MICROSOFT_KEY_VAULTStatic value Microsoft.KeyVault for EncryptionScopeSource.static EncryptionScopeSourceEncryptionScopeSource. MICROSOFT_STORAGEStatic value Microsoft.Storage for EncryptionScopeSource.Methods in com.azure.resourcemanager.storage.models that return EncryptionScopeSource Modifier and Type Method Description static EncryptionScopeSourceEncryptionScopeSource. fromString(String name)Creates or finds a EncryptionScopeSource from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type EncryptionScopeSource Modifier and Type Method Description static Collection<EncryptionScopeSource>EncryptionScopeSource. values()
-