public final class EncryptionServices extends Object
| Constructor and Description |
|---|
EncryptionServices() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
blob()
Get the blob property: The encryption function of the blob storage service.
|
EncryptionService |
file()
Get the file property: The encryption function of the file storage service.
|
EncryptionService |
queue()
Get the queue property: The encryption function of the queue storage service.
|
EncryptionService |
table()
Get the table property: The encryption function of the table storage service.
|
void |
validate()
Validates the instance.
|
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.
|
public EncryptionService blob()
public EncryptionServices withBlob(EncryptionService blob)
blob - the blob value to set.public EncryptionService file()
public EncryptionServices withFile(EncryptionService file)
file - the file value to set.public EncryptionService table()
public EncryptionServices withTable(EncryptionService table)
table - the table value to set.public EncryptionService queue()
public EncryptionServices withQueue(EncryptionService queue)
queue - the queue value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.