Uses of Class
com.azure.resourcemanager.storage.fluent.models.EncryptionScopeProperties
Packages that use EncryptionScopeProperties
Package
Description
Package containing the inner data models for StorageManagementClient.
-
Uses of EncryptionScopeProperties in com.azure.resourcemanager.storage.fluent.models
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type EncryptionScopePropertiesModifier and TypeClassDescriptionfinal classProperties of the encryption scope.Methods in com.azure.resourcemanager.storage.fluent.models that return EncryptionScopePropertiesModifier and TypeMethodDescriptionstatic EncryptionScopePropertiesEncryptionScopeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionScopeProperties from the JsonReader.EncryptionScopeProperties.withKeyVaultProperties(EncryptionScopeKeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The key vault properties for the encryption scope.EncryptionScopeProperties.withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption) Set the requireInfrastructureEncryption property: A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.EncryptionScopeProperties.withSource(EncryptionScopeSource source) Set the source property: The provider for the encryption scope.EncryptionScopeProperties.withState(EncryptionScopeState state) Set the state property: The state of the encryption scope.