Class DeletedVaultInner
java.lang.Object
com.azure.resourcemanager.keyvault.fluent.models.DeletedVaultInner
Deleted vault information with extended details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: The resource ID for the deleted key vault.name()Get the name property: The name of the key vault.Get the properties property: Properties of the vault.type()Get the type property: The resource type of the key vault.voidvalidate()Validates the instance.withProperties(DeletedVaultProperties properties) Set the properties property: Properties of the vault.
-
Constructor Details
-
DeletedVaultInner
public DeletedVaultInner()
-
-
Method Details
-
id
Get the id property: The resource ID for the deleted key vault.- Returns:
- the id value.
-
name
Get the name property: The name of the key vault.- Returns:
- the name value.
-
type
Get the type property: The resource type of the key vault.- Returns:
- the type 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 DeletedVaultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-