Description | : Lists the configuration stores for a given subscription. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "ConfigurationStores_List", "$responses": { "default": { "Description": { "new": "Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).", "old": "Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message." }, "$properties": [ { "#name": "error", "Description": { "new": "The error object.", "old": "The details of the error." }, "$properties": [ { "#name": "code", "Description": { "new": "The error code.", "old": "Error code." } }, { "#name": "message", "Description": { "new": "The error message.", "old": "Error message indicating why the operation failed." } }, { "@added_f74e1c4064ce4a3dbda2445037a01897": { "#name": "target", "Description": "The error target.", "Required": false, "Type": "string" } }, { "@added_cc324922c54c4809b47adce9f553e17d": { "#name": "details", "Description": "The error details.", "Required": false, "Type": "array", "$items": { "Type": "string" } } } ] } ] } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores
{
subscriptionId:
string
,
api-version:
string
,
$skipToken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
identity:
{
,
type:
enum
,
userAssignedIdentities:
object
,
principalId:
string
,
tenantId:
string
,
}
properties:
{
,
provisioningState:
enum
,
creationDate:
string
,
endpoint:
string
,
encryption:
{
,
keyVaultProperties:
}
{
,
keyIdentifier:
string
,
identityClientId:
string
,
}
privateEndpointConnections:
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
provisioningState:
enum
,
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
}
{
,
status:
enum
,
description:
string
,
actionsRequired:
enum
,
}
publicNetworkAccess:
enum
,
disableLocalAuth:
boolean
,
softDeleteRetentionInDays:
integer
,
defaultKeyValueRevisionRetentionPeriodInSeconds:
integer
,
enablePurgeProtection:
boolean
,
dataPlaneProxy:
{
,
authenticationMode:
enum
,
privateLinkDelegation:
enum
,
}
createMode:
enum
,
telemetry:
{
,
resourceId:
string
,
}
managedOnBehalfOfConfiguration:
}
{
,
moboBrokerResources:
}
[
]
,
{
,
id:
string
,
}
sku:
{
,
name:
string
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}