Get-RASAVDVersion
Last updated
Last updated
Get-RASAVDVersion
The cmdlet retrieves a list or the latest Azure Virtual Desktop Version.
Get-RASAVDVersion -** (string) - (string) - (uint) - (string) - {All | Latest} - (string) [()]
The cmdlet retrieves a list or the latest Azure Virtual Desktop Version.
Provider ID from which to retrieve the Azure Virtual Desktop Stock Keeping Unit information.
Location of the Azure Virtual Desktop Provider.
The Azure Virtual Desktop Publisher.
The Azure Virtual Desktop Offer.
The Azure Virtual Desktop SKU.
Whether to retrieve a list of all available versions or just the latest version.
Possible values: All, Latest
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASAVDVersion -ProviderId 2 -Location "westeurope" -Publisher "my-publisher" -Offer "my-offer" -SKU "my-sku" -RequestType All
Retrieves a list of Versions which fall under the Provider, Location, Publisher, Offer and SKU specified. **---------- EXAMPLE 2 ----------
Get-RASAVDVersion -ProviderId 2 -Location "westeurope" -Publisher "my-publisher" -Offer "my-offer" -SKU "my-sku" -RequestType Latest
Retrieves only the latest Version which falls under the Provider, Location, Publisher, Offer and SKU specified.
-none-