Interface DeletedConfigurationStore


public interface DeletedConfigurationStore
An immutable client-side representation of DeletedConfigurationStore.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the configurationStoreId property: The resource id of the original configuration store.
    Gets the deletionDate property: The deleted date.
    id()
    Gets the id property: The resource ID for the deleted configuration store.
    Gets the inner com.azure.resourcemanager.appconfiguration.fluent.models.DeletedConfigurationStoreInner object.
    Gets the location property: The location of the original configuration store.
    Gets the name property: The name of the configuration store.
    Gets the purgeProtectionEnabled property: Purge protection status of the original configuration store.
    Gets the scheduledPurgeDate property: The scheduled purged date.
    Gets the tags property: Tags of the original configuration store.
    Gets the type property: The resource type of the configuration store.
  • Method Details

    • id

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

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

      String type()
      Gets the type property: The resource type of the configuration store.
      Returns:
      the type value.
    • configurationStoreId

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

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

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

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

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

      Boolean purgeProtectionEnabled()
      Gets the purgeProtectionEnabled property: Purge protection status of the original configuration store.
      Returns:
      the purgeProtectionEnabled value.
    • innerModel

      Gets the inner com.azure.resourcemanager.appconfiguration.fluent.models.DeletedConfigurationStoreInner object.
      Returns:
      the inner object.