Uses of Class
com.azure.resourcemanager.storage.models.EncryptionServices
Packages that use EncryptionServices
Package
Description
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 EncryptionServicesModifier and TypeMethodDescriptionstatic EncryptionServicesEncryptionServices.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionServices from the JsonReader.Encryption.services()Get the services property: List of services which support encryption.EncryptionServices.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.Methods in com.azure.resourcemanager.storage.models with parameters of type EncryptionServicesModifier and TypeMethodDescriptionEncryption.withServices(EncryptionServices services) Set the services property: List of services which support encryption.