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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -