Class EncryptionServices
java.lang.Object
com.microsoft.azure.management.storage.EncryptionServices
A list of services that support encryption.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblob()
Get the encryption function of the blob storage service.file()
Get the encryption function of the file storage service.queue()
Get the encryption function of the queue storage service.table()
Get the encryption function of the table storage service.withBlob
(EncryptionService blob) Set the encryption function of the blob storage service.withFile
(EncryptionService file) Set the encryption function of the file storage service.withQueue
(EncryptionService queue) Set the encryption function of the queue storage service.withTable
(EncryptionService table) Set the encryption function of the table storage service.
-
Constructor Details
-
EncryptionServices
public EncryptionServices()
-
-
Method Details
-
blob
Get the encryption function of the blob storage service.- Returns:
- the blob value
-
withBlob
Set the encryption function of the blob storage service.- Parameters:
blob
- the blob value to set- Returns:
- the EncryptionServices object itself.
-
file
Get the encryption function of the file storage service.- Returns:
- the file value
-
withFile
Set the encryption function of the file storage service.- Parameters:
file
- the file value to set- Returns:
- the EncryptionServices object itself.
-
table
Get the encryption function of the table storage service.- Returns:
- the table value
-
withTable
Set the encryption function of the table storage service.- Parameters:
table
- the table value to set- Returns:
- the EncryptionServices object itself.
-
queue
Get the encryption function of the queue storage service.- Returns:
- the queue value
-
withQueue
Set the encryption function of the queue storage service.- Parameters:
queue
- the queue value to set- Returns:
- the EncryptionServices object itself.
-