| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
EncryptionServices.blob()
Get the blob value.
|
EncryptionService |
EncryptionServices.file()
Get the file value.
|
EncryptionService |
EncryptionServices.queue()
Get the queue value.
|
EncryptionService |
EncryptionServices.table()
Get the table value.
|
EncryptionService |
EncryptionService.withEnabled(Boolean enabled)
Set the enabled value.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionServices |
EncryptionServices.withBlob(EncryptionService blob)
Set the blob value.
|
EncryptionServices |
EncryptionServices.withFile(EncryptionService file)
Set the file value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/