gpt4 book ai didi

azure - 使用 Az Powershell 将新操作附加到现有 API

转载 作者:行者123 更新时间:2023-12-02 07:21:59 26 4
gpt4 key购买 nike

在 Azure API 管理中,我正在研究将新操作附加到现有 API 修订版的可能性。

我可以在 Azure 门户中执行此操作,如下所示。 enter image description here

我在导入 API https://learn.microsoft.com/en-us/powershell/module/az.apimanagement/import-azapimanagementapi?view=azps-4.7.0 的 powershell 命令中看不到这种灵 active (在更新和追加之间进行选择)。

非常感谢任何帮助。谢谢!

最佳答案

您可以使用这个command来实现它。

$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
New-AzApiManagementOperation -Context $apimContext -ApiId $APIId -OperationId "Operation001" -Name "Operation" -Method "GET" -UrlTemplate "/resource" -Description "Use this operation to get resource"

关于azure - 使用 Az Powershell 将新操作附加到现有 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64279557/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com