Class DeletedVaultProperties
java.lang.Object
com.azure.resourcemanager.keyvault.models.DeletedVaultProperties
Properties of the deleted vault.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the deletionDate property: The deleted date.location()Get the location property: The location of the original vault.Get the purgeProtectionEnabled property: Purge protection status of the original vault.Get the scheduledPurgeDate property: The scheduled purged date.tags()Get the tags property: Tags of the original vault.voidvalidate()Validates the instance.vaultId()Get the vaultId property: The resource id of the original vault.
-
Constructor Details
-
DeletedVaultProperties
public DeletedVaultProperties()
-
-
Method Details
-
vaultId
Get the vaultId property: The resource id of the original vault.- Returns:
- the vaultId value.
-
location
Get the location property: The location of the original vault.- Returns:
- the location value.
-
deletionDate
Get the deletionDate property: The deleted date.- Returns:
- the deletionDate value.
-
scheduledPurgeDate
Get the scheduledPurgeDate property: The scheduled purged date.- Returns:
- the scheduledPurgeDate value.
-
tags
Get the tags property: Tags of the original vault.- Returns:
- the tags value.
-
purgeProtectionEnabled
Get the purgeProtectionEnabled property: Purge protection status of the original vault.- Returns:
- the purgeProtectionEnabled value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-