| Description | : Gets a list of integration accounts by subscription. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
{
subscriptionId:
string
,
api-version:
string
,
$top:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
object
,
sku:
}
{
,
name:
enum
,
}
nextLink:
string
,
}