public class Encryption extends Object
| Constructor and Description |
|---|
Encryption() |
| Modifier and Type | Method and Description |
|---|---|
String |
diskEncryptionSetId()
Get resourceId of the disk encryption set to use for enabling encryption at rest.
|
EncryptionType |
type()
Get the type of key used to encrypt the data of the disk.
|
Encryption |
withDiskEncryptionSetId(String diskEncryptionSetId)
Set resourceId of the disk encryption set to use for enabling encryption at rest.
|
Encryption |
withType(EncryptionType type)
Set the type of key used to encrypt the data of the disk.
|
public String diskEncryptionSetId()
public Encryption withDiskEncryptionSetId(String diskEncryptionSetId)
diskEncryptionSetId - the diskEncryptionSetId value to setpublic EncryptionType type()
public Encryption withType(EncryptionType type)
type - the type 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.
*/