Class DeletedConfigurationStoreProperties

java.lang.Object
com.azure.resourcemanager.appconfiguration.fluent.models.DeletedConfigurationStoreProperties

public final class DeletedConfigurationStoreProperties extends Object
Properties of the deleted configuration store.
  • Constructor Details

    • DeletedConfigurationStoreProperties

      public DeletedConfigurationStoreProperties()
  • Method Details

    • configurationStoreId

      public String configurationStoreId()
      Get the configurationStoreId property: The resource id of the original configuration store.
      Returns:
      the configurationStoreId value.
    • location

      public String location()
      Get the location property: The location of the original configuration store.
      Returns:
      the location value.
    • deletionDate

      public OffsetDateTime deletionDate()
      Get the deletionDate property: The deleted date.
      Returns:
      the deletionDate value.
    • scheduledPurgeDate

      public OffsetDateTime scheduledPurgeDate()
      Get the scheduledPurgeDate property: The scheduled purged date.
      Returns:
      the scheduledPurgeDate value.
    • tags

      public Map<String,String> tags()
      Get the tags property: Tags of the original configuration store.
      Returns:
      the tags value.
    • purgeProtectionEnabled

      public Boolean purgeProtectionEnabled()
      Get the purgeProtectionEnabled property: Purge protection status of the original configuration store.
      Returns:
      the purgeProtectionEnabled value.
    • validate

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