Uses of Class
com.azure.resourcemanager.storage.models.EncryptionScopeSource
Packages that use EncryptionScopeSource
Package
Description
Package containing the inner data models for StorageManagementClient.
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 EncryptionScopeSourceModifier and TypeMethodDescriptionEncryptionScopeInner.source()Get the source property: The provider for the encryption scope.EncryptionScopeProperties.source()Get the source property: The provider for the encryption scope.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type EncryptionScopeSourceModifier and TypeMethodDescriptionEncryptionScopeInner.withSource(EncryptionScopeSource source) Set the source property: The provider for the encryption scope.EncryptionScopeProperties.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 EncryptionScopeSourceModifier and TypeFieldDescriptionstatic final EncryptionScopeSourceEncryptionScopeSource.MICROSOFT_KEY_VAULTStatic value Microsoft.KeyVault for EncryptionScopeSource.static final EncryptionScopeSourceEncryptionScopeSource.MICROSOFT_STORAGEStatic value Microsoft.Storage for EncryptionScopeSource.Methods in com.azure.resourcemanager.storage.models that return EncryptionScopeSourceModifier and TypeMethodDescriptionstatic 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 EncryptionScopeSourceModifier and TypeMethodDescriptionstatic Collection<EncryptionScopeSource>EncryptionScopeSource.values()Gets known EncryptionScopeSource values.