Class DeletedConfigurationStoreInner

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

public final class DeletedConfigurationStoreInner extends Object
Deleted configuration store information with extended details.
  • Constructor Details

    • DeletedConfigurationStoreInner

      public DeletedConfigurationStoreInner()
  • Method Details

    • id

      public String id()
      Get the id property: The resource ID for the deleted configuration store.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: The name of the configuration store.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type of the configuration store.
      Returns:
      the type value.
    • 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.