Uses of Class
com.azure.resourcemanager.storage.models.EncryptionService
Packages that use EncryptionService
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of EncryptionService in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return EncryptionServiceModifier and TypeMethodDescriptionEncryptionServices.blob()Get the blob property: The encryption function of the blob storage service.EncryptionServices.file()Get the file property: The encryption function of the file storage service.EncryptionServices.queue()Get the queue property: The encryption function of the queue storage service.EncryptionServices.table()Get the table property: The encryption function of the table storage service.EncryptionService.withEnabled(Boolean enabled) Set the enabled property: A boolean indicating whether or not the service encrypts the data as it is stored.EncryptionService.withKeyType(KeyType keyType) Set the keyType property: Encryption key type to be used for the encryption service.Methods in com.azure.resourcemanager.storage.models with parameters of type EncryptionServiceModifier and TypeMethodDescriptionEncryptionServices.withBlob(EncryptionService blob) Set the blob property: The encryption function of the blob storage service.EncryptionServices.withFile(EncryptionService file) Set the file property: The encryption function of the file storage service.EncryptionServices.withQueue(EncryptionService queue) Set the queue property: The encryption function of the queue storage service.EncryptionServices.withTable(EncryptionService table) Set the table property: The encryption function of the table storage service.