public class DiskImageEncryption extends Object
Constructor and Description |
---|
DiskImageEncryption() |
Modifier and Type | Method and Description |
---|---|
String |
diskEncryptionSetId()
Get the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.
|
void |
validate()
Validates the instance.
|
DiskImageEncryption |
withDiskEncryptionSetId(String diskEncryptionSetId)
Set the diskEncryptionSetId property: 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.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.