java.lang.Object
com.azure.resourcemanager.dataprotection.models.DeletionInfo

public final class DeletionInfo extends Object
Deletion Info.
  • Constructor Details

    • DeletionInfo

      public DeletionInfo()
      Creates an instance of DeletionInfo class.
  • Method Details

    • deletionTime

      public String deletionTime()
      Get the deletionTime property: Specifies time of deletion.
      Returns:
      the deletionTime value.
    • billingEndDate

      public String billingEndDate()
      Get the billingEndDate property: Specifies billing end date.
      Returns:
      the billingEndDate value.
    • scheduledPurgeTime

      public String scheduledPurgeTime()
      Get the scheduledPurgeTime property: Specifies purge time.
      Returns:
      the scheduledPurgeTime value.
    • deleteActivityId

      public String deleteActivityId()
      Get the deleteActivityId property: Delete activity ID for troubleshooting purpose.
      Returns:
      the deleteActivityId value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.