How to get VM series in azure? -


i have vm (windows) in azure.i tried seeing tables in storage account didn't help. want know series of vm series,etc. can data rest api also?

yes, possible. use following api.

get https://management.azure.com/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft.compute/virtualmachines/{vm}?api-version=2017-03-30 

this test result in lab.

enter image description here


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -