使用Azure SDK请求分析页的Azure API管理页面

huangapple go评论83阅读模式
英文:

Request analytics page for azure api management using azure sdk

问题

我想请求 Azure API 管理的 Azure 门户上的分析页面。

我在 azure.resourcemanager.apimanagement 包中进行了搜索,但没有找到任何内容。

如果你知道如何做到这一点?

英文:

I want to request the analytics page from azure portal of an azure api management.

使用Azure SDK请求分析页的Azure API管理页面

I searched in the package azure.resourcemanager.apimanagament but i didn't find anything.

If you know how to do that?

答案1

得分: 1

根据您的API管理实例,看起来它处于正在配置状态。

当您创建您的APIM实例时,您将看到下面的内容,这意味着它仍然处于正在配置状态。

使用Azure SDK请求分析页的Azure API管理页面

使用Azure SDK请求分析页的Azure API管理页面

一旦实例成功创建,您将不再看到“服务正在激活”的通知,而会看到下面的内容。

使用Azure SDK请求分析页的Azure API管理页面

然后,所有API和其中的操作列表将自动反映在“分析”中。

使用Azure SDK请求分析页的Azure API管理页面

使用Azure SDK请求分析页的Azure API管理页面

英文:

By looking at your API management instance, it seems like its in provisioning state.

When you will create your APIM instance, you will see below, which means its still in provisioning state.

使用Azure SDK请求分析页的Azure API管理页面

使用Azure SDK请求分析页的Azure API管理页面

Once the instance is successfully created, you will no longer see Service is being activated notification and you will see below

使用Azure SDK请求分析页的Azure API管理页面

Then all the APIs and the list of operations in it, will automatically reflect in Analytics.

使用Azure SDK请求分析页的Azure API管理页面

使用Azure SDK请求分析页的Azure API管理页面

huangapple
  • 本文由 发表于 2023年8月10日 17:06:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/76874218.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定