Uses of Class
com.azure.resourcemanager.storage.models.EncryptionService
-
Packages that use EncryptionService Package Description com.azure.resourcemanager.storage.models 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 EncryptionService Modifier and Type Method Description EncryptionServiceEncryptionServices. blob()Get the blob property: The encryption function of the blob storage service.EncryptionServiceEncryptionServices. file()Get the file property: The encryption function of the file storage service.EncryptionServiceEncryptionServices. queue()Get the queue property: The encryption function of the queue storage service.EncryptionServiceEncryptionServices. table()Get the table property: The encryption function of the table storage service.EncryptionServiceEncryptionService. withEnabled(Boolean enabled)Set the enabled property: A boolean indicating whether or not the service encrypts the data as it is stored.EncryptionServiceEncryptionService. 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 EncryptionService Modifier and Type Method Description EncryptionServicesEncryptionServices. withBlob(EncryptionService blob)Set the blob property: The encryption function of the blob storage service.EncryptionServicesEncryptionServices. withFile(EncryptionService file)Set the file property: The encryption function of the file storage service.EncryptionServicesEncryptionServices. withQueue(EncryptionService queue)Set the queue property: The encryption function of the queue storage service.EncryptionServicesEncryptionServices. withTable(EncryptionService table)Set the table property: The encryption function of the table storage service.
-