public class DiskImageEncryption extends Object
| Constructor and Description |
|---|
DiskImageEncryption() |
| Modifier and Type | Method and Description |
|---|---|
String |
diskEncryptionSetId()
Get a relative URI containing the resource ID of the disk encryption set.
|
DiskImageEncryption |
withDiskEncryptionSetId(String diskEncryptionSetId)
Set a relative URI containing the resource ID of the disk encryption set.
|
public String diskEncryptionSetId()
public DiskImageEncryption withDiskEncryptionSetId(String diskEncryptionSetId)
diskEncryptionSetId - the diskEncryptionSetId 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.
*/