public class EncryptionServices extends Object
| Constructor and Description |
|---|
EncryptionServices() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
blob()
Get the encryption function of the blob storage service.
|
EncryptionService |
file()
Get the encryption function of the file storage service.
|
EncryptionService |
queue()
Get the encryption function of the queue storage service.
|
EncryptionService |
table()
Get the encryption function of the table storage service.
|
EncryptionServices |
withBlob(EncryptionService blob)
Set the encryption function of the blob storage service.
|
EncryptionServices |
withFile(EncryptionService file)
Set the encryption function of the file storage service.
|
EncryptionServices |
withQueue(EncryptionService queue)
Set the encryption function of the queue storage service.
|
EncryptionServices |
withTable(EncryptionService table)
Set the encryption function of the table storage service.
|
public EncryptionService blob()
public EncryptionServices withBlob(EncryptionService blob)
blob - the blob value to setpublic EncryptionService file()
public EncryptionServices withFile(EncryptionService file)
file - the file value to setpublic EncryptionService table()
public EncryptionServices withTable(EncryptionService table)
table - the table value to setpublic EncryptionService queue()
public EncryptionServices withQueue(EncryptionService queue)
queue - the queue value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/