New-RASAVDResourceGroup
NAME
New-RASAVDResourceGroup
SYNOPSIS
The cmdlet creates a new object of type Azure Virtual Desktop Resource Group.
SYNTAX
New-RASAVDResourceGroup -Location <string> -Name <string> -ProviderId <uint> [<CommonParameters>]
DESCRIPTION
The cmdlet creates a new object of type Azure Virtual Desktop Resource Group. This is an Experimental feature which is subject to slight changes.
PARAMETERS
-ProviderId <uint> Provider ID from which to save the Azure Virtual Desktop Resource Group information.
-Name <string> The Name of the Azure Virtual Desktop Resource Group.
-Location <string> The Location Name of the Azure Virtual Desktop Resource Group.
<CommonParameters>
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ---------- New-RASAVDResourceGroup -ProviderId 2 -Name "My-Resource-Group" -Location "westeurope" Creates a new object of type Azure Virtual Desktop Resource Groups within the Licensing Server site. To create the Azure Virtual Desktop Workspace within a specific site, specify the -SiteId parameter.
Last updated