Вы можете использовать Get-AzureRmApiManagementProduct
с New-AzureRmApiManagementContext
, чтобы получить список продуктов API.
$ApiMgmtContext = New-AzureRmApiManagementContext -ResourceGroupName "yourresourcegroup" -ServiceName "yourapimname"
Get-AzureRmApiManagementProduct -Context $ApiMgmtContext -ApiId $apiname