duanraotun1674 2017-06-06 09:39 采纳率: 100%
浏览 43

通过PHP SDk管理Azure Windows

I am trying to configure the php sdk for managing the azure instance to perform basic operations like starting or stopping a VM,getting the IP of running VM,etc.I tried searching but didnt find any document.Is there any document available ? Also how to establish client session for the same ?

  • 写回答

1条回答 默认 最新

  • duanbo19834 2017-06-06 22:29
    关注

    As far as I know, there is no SDK for PHP we can use to manage Azure VM at the present time. The REST Management API is the one you want to go for.

    Reference:

    Virtual Machines REST API

    评论
编辑
预览

报告相同问题?