Uses of Class
com.azure.resourcemanager.storage.models.EncryptionServices
-
Packages that use EncryptionServices Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of EncryptionServices in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return EncryptionServices Modifier and Type Method Description EncryptionServicesEncryption. services()Get the services property: List of services which support encryption.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.Methods in com.azure.resourcemanager.storage.models with parameters of type EncryptionServices Modifier and Type Method Description EncryptionEncryption. withServices(EncryptionServices services)Set the services property: List of services which support encryption.
-