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.ResourceResource information with extended details.
-
-
Constructor Summary
Constructors Constructor Description VaultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VaultPropertiesproperties()Get the properties property: Properties of the vault.voidvalidate()Validates the instance.VaultInnerwithLocation(String location)VaultInnerwithProperties(VaultProperties properties)Set the properties property: Properties of the vault.VaultInnerwithTags(Map<String,String> tags)
-
-
-
Method Detail
-
properties
public VaultProperties properties()
Get the properties property: Properties of the vault.- Returns:
- the properties value.
-
withProperties
public VaultInner withProperties(VaultProperties properties)
Set the properties property: Properties of the vault.- Parameters:
properties- the properties value to set.- Returns:
- the VaultInner object itself.
-
withLocation
public VaultInner withLocation(String location)
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
public VaultInner withTags(Map<String,String> tags)
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-