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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -