public final class VaultInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
VaultInner() |
| Modifier and Type | Method and Description |
|---|---|
VaultProperties |
properties()
Get the properties property: Properties of the vault.
|
void |
validate()
Validates the instance.
|
VaultInner |
withLocation(String location) |
VaultInner |
withProperties(VaultProperties properties)
Set the properties property: Properties of the vault.
|
VaultInner |
withTags(Map<String,String> tags) |
public VaultProperties properties()
public VaultInner withProperties(VaultProperties properties)
properties - the properties value to set.public VaultInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic VaultInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.