Description | : Lists the configuration stores for a given subscription. |
Reference | : Link ¶ |
⚼ 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
,
}
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
,
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}