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