Microsoft認定資格 Developer Associate(予想問題) その13
通常
試験時間: 00:00問題時間: 00:00
問題一覧
問題 63 / 65
Azure API Management 上の既存の API を更新して ServiceUrl や説明を変更したい。PowerShell で適切なコマンドはどれか
①Import-AzApiManagementApi -Context Path -Path 'myapi'
②New-AzApiManagementApi -Context $ApiMgmtContext -Path 'myapi' -ApiType 'http'
③Set-AzApiManagementApi -Context ApiId -ServiceUrl NewDescription
④Export-AzApiManagementApi -Context ApiId -SpecificationFormat 'OpenApi' -SaveAs $File
⑤Get-AzApiManagementApi -Context ApiId
