DeletedVaultProperties Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. models. DeletedVaultProperties
- com.
Implements
public final class DeletedVaultProperties
implements JsonSerializable<DeletedVaultProperties>
Properties of the deleted vault.
Constructor Summary
Constructor | Description |
---|---|
DeletedVaultProperties() |
Creates an instance of Deleted |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
deletionDate()
Get the deletion |
static
Deleted |
fromJson(JsonReader jsonReader)
Reads an instance of Deleted |
String |
location()
Get the location property: The location of the original vault. |
Boolean |
purgeProtectionEnabled()
Get the purge |
Offset |
scheduledPurgeDate()
Get the scheduled |
Map<String,String> |
tags()
Get the tags property: Tags of the original vault. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
vaultId()
Get the vault |
Methods inherited from java.lang.Object
Constructor Details
DeletedVaultProperties
public DeletedVaultProperties()
Creates an instance of DeletedVaultProperties class.
Method Details
deletionDate
public OffsetDateTime deletionDate()
Get the deletionDate property: The deleted date.
Returns:
fromJson
public static DeletedVaultProperties fromJson(JsonReader jsonReader)
Reads an instance of DeletedVaultProperties from the JsonReader.
Parameters:
Returns:
Throws:
location
public String location()
Get the location property: The location of the original vault.
Returns:
purgeProtectionEnabled
public Boolean purgeProtectionEnabled()
Get the purgeProtectionEnabled property: Purge protection status of the original vault.
Returns:
scheduledPurgeDate
public OffsetDateTime scheduledPurgeDate()
Get the scheduledPurgeDate property: The scheduled purged date.
Returns:
tags
public Map
Get the tags property: Tags of the original vault.
Returns:
toJson
validate
public void validate()
Validates the instance.
vaultId
public String vaultId()
Get the vaultId property: The resource id of the original vault.
Returns:
Applies to
Azure SDK for Java