public class EncryptionServices extends Object
| Constructor and Description |
|---|
EncryptionServices() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
blob()
Get the blob value.
|
EncryptionServices |
withBlob(EncryptionService blob)
Set the blob value.
|
public EncryptionService blob()
public EncryptionServices withBlob(EncryptionService blob)
blob - the blob 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.
*/