Description | : Returns all the resources of a particular type belonging to a subscription. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Bots_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "@added_c11102813faf444483dcf0819765abb9": { "#name": "location", "Description": "Specifies the location of the resource.", "Required": false, "Type": "string" }, "@added_f69a03cd1d264188a8cdfeee438d7c2e": { "#name": "tags", "Description": "Contains resource tags defined as key/value pairs.", "Required": false, "Type": "object" } } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.BotService/botServices
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
displayName:
string
,
description:
string
,
iconUrl:
string
,
endpoint:
string
,
endpointVersion:
string
,
allSettings:
object
,
parameters:
object
,
manifestUrl:
string
,
msaAppType:
enum
,
msaAppId:
string
,
msaAppTenantId:
string
,
msaAppMSIResourceId:
string
,
configuredChannels:
[
,
string
,
]
enabledChannels:
[
,
string
,
]
developerAppInsightKey:
string
,
developerAppInsightsApiKey:
string
,
developerAppInsightsApplicationId:
string
,
luisAppIds:
[
,
string
,
]
luisKey:
string
,
isCmekEnabled:
boolean
,
cmekKeyVaultUrl:
string
,
cmekEncryptionStatus:
string
,
tenantId:
string
,
publicNetworkAccess:
enum
,
isStreamingSupported:
boolean
,
isDeveloperAppInsightsApiKeySet:
boolean
,
migrationToken:
string
,
disableLocalAuth:
boolean
,
schemaTransformationVersion:
string
,
storageResourceId:
string
,
privateEndpointConnections:
[
]
,
{
,
properties:
}
{
,
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
status:
enum
,
description:
string
,
actionsRequired:
string
,
}
provisioningState:
enum
,
groupIds:
}
[
,
string
,
]
networkSecurityPerimeterConfigurations:
[
]
,
{
,
properties:
}
{
,
provisioningState:
enum
,
provisioningIssues:
[
]
,
{
,
name:
string
,
properties:
}
{
,
issueType:
string
,
severity:
enum
,
description:
string
,
suggestedResourceIds:
[
,
string
,
]
suggestedAccessRules:
}
[
]
,
{
,
name:
string
,
properties:
}
{
,
direction:
enum
,
addressPrefixes:
[
,
string
,
]
subscriptions:
[
]
,
{
,
id:
string
,
}
networkSecurityPerimeters:
[
]
,
{
,
id:
string
,
perimeterGuid:
string
,
location:
string
,
}
fullyQualifiedDomainNames:
[
,
string
,
]
emailAddresses:
[
,
string
,
]
phoneNumbers:
}
[
,
string
,
]
networkSecurityPerimeter:
{
,
id:
string
,
perimeterGuid:
string
,
location:
string
,
}
resourceAssociation:
{
,
name:
string
,
accessMode:
enum
,
}
profile:
}
{
,
name:
string
,
accessRulesVersion:
integer
,
accessRules:
[
]
,
{
,
name:
string
,
properties:
}
{
,
direction:
enum
,
addressPrefixes:
[
,
string
,
]
subscriptions:
[
]
,
{
,
id:
string
,
}
networkSecurityPerimeters:
[
]
,
{
,
id:
string
,
perimeterGuid:
string
,
location:
string
,
}
fullyQualifiedDomainNames:
[
,
string
,
]
emailAddresses:
[
,
string
,
]
phoneNumbers:
}
[
,
string
,
]
diagnosticSettingsVersion:
integer
,
enabledLogCategories:
}
[
,
string
,
]
openWithHint:
string
,
appPasswordHint:
string
,
provisioningState:
string
,
publishingCredentials:
string
,
}
location:
string
,
tags:
object
,
sku:
{
,
name:
enum
,
tier:
enum
,
}
kind:
enum
,
etag:
string
,
zones:
}
[
,
string
,
]
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}