Class DeletedVaultInner
- java.lang.Object
-
- com.azure.resourcemanager.keyvault.fluent.models.DeletedVaultInner
-
public final class DeletedVaultInner extends Object
Deleted vault information with extended details.
-
-
Constructor Summary
Constructors Constructor Description DeletedVaultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: The resource ID for the deleted key vault.Stringname()Get the name property: The name of the key vault.DeletedVaultPropertiesproperties()Get the properties property: Properties of the vault.Stringtype()Get the type property: The resource type of the key vault.voidvalidate()Validates the instance.DeletedVaultInnerwithProperties(DeletedVaultProperties properties)Set the properties property: Properties of the vault.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The resource ID for the deleted key vault.- Returns:
- the id value.
-
name
public String name()
Get the name property: The name of the key vault.- Returns:
- the name value.
-
type
public String type()
Get the type property: The resource type of the key vault.- Returns:
- the type value.
-
properties
public DeletedVaultProperties properties()
Get the properties property: Properties of the vault.- Returns:
- the properties value.
-
withProperties
public DeletedVaultInner withProperties(DeletedVaultProperties properties)
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.
-
-