list_supported_vm_sizes {azuremlsdk} | R Documentation |
List the supported VM sizes in a region
Description
List the supported VM sizes in a region
Usage
list_supported_vm_sizes(workspace, location = NULL)
Arguments
workspace |
The |
location |
A string of the location of the cluster. If not specified, will default to the workspace location. |
Value
A data frame of supported VM sizes in a region with name of the VM, VCPUs, RAM.
[Package azuremlsdk version 1.10.0 Index]