We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4503f63 commit ba5f291Copy full SHA for ba5f291
lib/fog/azurerm/docs/compute.md
@@ -501,5 +501,11 @@ Destroy the given extension from the virtual machine
501
vm_extension.destroy
502
```
503
504
+## List Virtual Machine Size
505
+
506
+```ruby
507
+fog_compute_service.virtual_machine_sizes(location: '<Location>').all
508
+```
509
510
## Support and Feedback
511
Your feedback is appreciated! If you have specific issues with the fog ARM, you should file an issue via Github.
0 commit comments