Skip to content

Commit d693959

Browse files
committed
Add documentation about virtual machine size
1 parent 6e5e737 commit d693959

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/fog/azurerm/docs/compute.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,5 +501,11 @@ Destroy the given extension from the virtual machine
501501
vm_extension.destroy
502502
```
503503

504+
## List Virtual Machine Size
505+
506+
```ruby
507+
fog_compute_service.virtual_machine_sizes(location: '<Location>').all
508+
```
509+
504510
## Support and Feedback
505511
Your feedback is appreciated! If you have specific issues with the fog ARM, you should file an issue via Github.

0 commit comments

Comments
 (0)