Class VaultInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.keyvault.fluent.models.VaultInner
public final class VaultInner
extends com.azure.core.management.Resource
Resource information with extended details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Properties of the vault.com.azure.core.management.SystemDataGet the systemData property: System metadata for the key vault.voidvalidate()Validates the instance.withLocation(String location) withProperties(VaultProperties properties) Set the properties property: Properties of the vault.Methods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
VaultInner
public VaultInner()
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: System metadata for the key vault.- Returns:
- the systemData value.
-
properties
Get the properties property: Properties of the vault.- Returns:
- the properties value.
-
withProperties
Set the properties property: Properties of the vault.- Parameters:
properties- the properties value to set.- Returns:
- the VaultInner object itself.
-
withLocation
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-