java - Unable to find Rest api reference for deleting azure vm endpoint -
i trying find rest api reference deleting azure vm endpoint configured. got rest api reference update/create endpoints on below link unable reference deleting enpoint. 1 have tried delete endpoint using rest api. if kindly share how delete endpoint of vm in azure using rest api.
http://msdn.microsoft.com/en-us/library/jj157187.aspx - update role
thanks in advance.
i don't think there's rest api operation exclusively deleting endpoint. first vm configuration using get role
operation. xml. next remove endpoint setting wish delete xml , call update role
again persist setting.
Comments
Post a Comment