Configuration Stores - List Deleted

Gets information about the deleted configuration stores in a subscription.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/deletedConfigurationStores?api-version=2023-03-01

URI Parameters

Name In Required Type Description
subscriptionId
path True

string

The Microsoft Azure subscription ID.

api-version
query True

string

The client API version.

Responses

Name Type Description
200 OK

DeletedConfigurationStoreListResult

Retrieved information about all deleted configuration stores in a subscription.

Other Status Codes

ErrorResponse

Error response describing why the operation failed

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

DeletedConfigurationStores_List

Sample Request

GET https://management.azure.com/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/providers/Microsoft.AppConfiguration/deletedConfigurationStores?api-version=2023-03-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/providers/Microsoft.AppConfiguration/locations/westus/deletedConfigurationStores/contoso",
      "name": "contoso",
      "type": "Microsoft.AppConfiguration/deletedConfigurationStores",
      "properties": {
        "configurationStoreId": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso",
        "location": "westus",
        "tags": {},
        "deletionDate": "2017-01-01T00:00:59Z",
        "scheduledPurgeDate": "2017-04-01T00:00:59Z",
        "purgeProtectionEnabled": true
      }
    }
  ],
  "nextLink": "https://management.azure.com/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/providers/Microsoft.AppConfiguration/deletedConfigurationStores?api-version=2021-10-01-preview&%24skiptoken=HY3RaoMwAEX%2fRcbeYhJrnRXKYNWOuqpME0sfNcYui0Yxade19N8ne7hcDlzOvVuKX81eKKmt4G4dooLQwgqsL2NGHUDYV6o68Z4rY1e388RtNvRQn2vNJjEaMSgNvcbneMUcsKg8BFwft8DndQ0w9hu2QOiFLRs4TsNFNHzSMBFsGvTQGvuD%2f5bVuTOw4R03vPkH%2fVqNAlzm5SxfOwh7ACOA8POTlvPjILlaU1ke8jImOc23JCppQVfZnna0DXc4ISc3vSVuRo5zJE6%2bj25C3vwk2v2kEV2mMn7PyOc1DbtNGkonnzuLym1G400uI5QRZj0efw%3d%3d"
}

Definitions

Name Description
DeletedConfigurationStore

Deleted configuration store information with extended details.

DeletedConfigurationStoreListResult

List of deleted configuration stores

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetails

The details of the error.

ErrorResponse

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

DeletedConfigurationStore

Deleted configuration store information with extended details.

Name Type Description
id

string

The resource ID for the deleted configuration store.

name

string

The name of the configuration store.

properties.configurationStoreId

string

The resource id of the original configuration store.

properties.deletionDate

string

The deleted date.

properties.location

string

The location of the original configuration store.

properties.purgeProtectionEnabled

boolean

Purge protection status of the original configuration store.

properties.scheduledPurgeDate

string

The scheduled purged date.

properties.tags

object

Tags of the original configuration store.

type

string

The resource type of the configuration store.

DeletedConfigurationStoreListResult

List of deleted configuration stores

Name Type Description
nextLink

string

The URL to get the next set of deleted configuration stores.

value

DeletedConfigurationStore[]

The list of deleted configuration store.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetails

The details of the error.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

Error code.

message

string

Error message indicating why the operation failed.

ErrorResponse

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

Name Type Description
error

ErrorDetails

The details of the error.