Get-RASAVDVMSize
Last updated
Last updated
Get-RASAVDVMSize
The cmdlet returns a list of Azure Virtual Desktop VM Sizes.
Get-RASAVDVMSize -** (string) - (uint) [()]
Get-RASAVDVMSize -** (string) - (uint) [()]
The cmdlet returns a list of Azure Virtual Desktop VM Sizes.
Provider ID from which to retrieve the Azure Virtual Desktop VMSize information.
Location of the Azure Virtual Desktop Provider.
Workspace ID from which to retrieve the Azure Virtual Desktop VMSize information.
Azure Virtual Desktop VM Id.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASAVDVMSize -ProviderId 2 -Location westeurope | Format-List
Retrieves all the VM Sizes which fall under the AVD Provider and Location specified.
The Format-List cmdlet formats the display output to include all available properties. **---------- EXAMPLE 2 ----------
Get-RASAVDVMSize -WorkspaceId 2 -VMAzureId "/subscriptions/w7647456-39g5-113d-pe43-34le8xwj92tn/resourceGroups/My-Resource-Group/providers/Microsoft.Compute/virtualMachines/My-Host"
Retrieves all the VM Sizes which fall under the AVD Workspace and VMAzure specified.
-none-