public final class VaultPatchParameters extends Object
| Constructor and Description |
|---|
VaultPatchParameters() |
| Modifier and Type | Method and Description |
|---|---|
VaultPatchProperties |
properties()
Get the properties property: Properties of the vault.
|
Map<String,String> |
tags()
Get the tags property: The tags that will be assigned to the key vault.
|
void |
validate()
Validates the instance.
|
VaultPatchParameters |
withProperties(VaultPatchProperties properties)
Set the properties property: Properties of the vault.
|
VaultPatchParameters |
withTags(Map<String,String> tags)
Set the tags property: The tags that will be assigned to the key vault.
|
public Map<String,String> tags()
public VaultPatchParameters withTags(Map<String,String> tags)
tags - the tags value to set.public VaultPatchProperties properties()
public VaultPatchParameters withProperties(VaultPatchProperties properties)
properties - the properties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.