Interface DeletedVault
-
- All Superinterfaces:
HasId,HasInnerModel<DeletedVaultInner>,HasName
public interface DeletedVault extends HasInnerModel<DeletedVaultInner>, HasName, HasId
An immutable client-side representation of an Azure Key Vault.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimedeletionDate()Get the deletionDate value.Stringlocation()Get the location value.OffsetDateTimescheduledPurgeDate()Get the scheduledPurgeDate value.Map<String,String>tags()Get the tags value.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
location
String location()
Get the location value.- Returns:
- the location value
-
deletionDate
OffsetDateTime deletionDate()
Get the deletionDate value.- Returns:
- the deletionDate value
-
scheduledPurgeDate
OffsetDateTime scheduledPurgeDate()
Get the scheduledPurgeDate value.- Returns:
- the scheduledPurgeDate value
-
-