public class DiskEncryptionSetUpdate extends Object
| Constructor and Description |
|---|
DiskEncryptionSetUpdate() |
| Modifier and Type | Method and Description |
|---|---|
KeyVaultAndKeyReference |
activeKey()
Get the activeKey value.
|
Map<String,String> |
tags()
Get resource tags.
|
DiskEncryptionSetUpdate |
withActiveKey(KeyVaultAndKeyReference activeKey)
Set the activeKey value.
|
DiskEncryptionSetUpdate |
withTags(Map<String,String> tags)
Set resource tags.
|
public KeyVaultAndKeyReference activeKey()
public DiskEncryptionSetUpdate withActiveKey(KeyVaultAndKeyReference activeKey)
activeKey - the activeKey value to setpublic DiskEncryptionSetUpdate withTags(Map<String,String> tags)
tags - the tags 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.
*/