Вы можете использовать Get-AzureRmApiManagementProduct
с New-AzureRmApiManagementContext
, чтобы получить список продуктов API.
$ApiMgmtContext = New-AzureRmApiManagementContext -ResourceGroupName "yourresourcegroup" -ServiceName "yourapimname"
Get-AzureRmApiManagementProduct -Context $ApiMgmtContext -ApiId $apiname
![enter image description here](https://i.stack.imgur.com/strEU.png)