public final class VaultCreateOrUpdateParameters extends Object
| Constructor and Description |
|---|
VaultCreateOrUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the location property: The supported Azure location where the key vault should be created.
|
VaultProperties |
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.
|
VaultCreateOrUpdateParameters |
withLocation(String location)
Set the location property: The supported Azure location where the key vault should be created.
|
VaultCreateOrUpdateParameters |
withProperties(VaultProperties properties)
Set the properties property: Properties of the vault.
|
VaultCreateOrUpdateParameters |
withTags(Map<String,String> tags)
Set the tags property: The tags that will be assigned to the key vault.
|
public String location()
public VaultCreateOrUpdateParameters withLocation(String location)
location - the location value to set.public Map<String,String> tags()
public VaultCreateOrUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to set.public VaultProperties properties()
public VaultCreateOrUpdateParameters withProperties(VaultProperties properties)
properties - the properties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020. All rights reserved.