ResourceDeletionInfo Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. ResourceDeletionInfo
- com.
Implements
public final class ResourceDeletionInfo
implements JsonSerializable<ResourceDeletionInfo>
Deletion info for a tracked resource (Backup Vault).
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
deleteActivityId()
Get the delete |
|
Offset |
deletionTime()
Get the deletion |
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
|
Offset |
scheduledPurgeTime()
Get the scheduled |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
deleteActivityId
public String deleteActivityId()
Get the deleteActivityId property: Delete activity ID for troubleshooting the deletion of the tracked resource.
Returns:
deletionTime
public OffsetDateTime deletionTime()
Get the deletionTime property: Specifies time of deletion for the tracked resource (Backup Vault).
Returns:
fromJson
public static ResourceDeletionInfo fromJson(JsonReader jsonReader)
Reads an instance of ResourceDeletionInfo from the JsonReader.
Parameters:
Returns:
Throws:
scheduledPurgeTime
public OffsetDateTime scheduledPurgeTime()
Get the scheduledPurgeTime property: Specifies the scheduled purge time for the tracked resource (Backup Vault).
Returns: