简体   繁体   中英

How can I invoke a method on a service that is hosted in Azure using Powershell?

I have a service that is hosted in Azure. There is a method in the service that returns an integer. Is there a way I can invoke that method using Powershell?

Solved by using the Invoke-WebReqest outlined in MSDN.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM