az desktopvirtualization applicationgroup
Desktopvirtualization applicationgroup.
Commands
az desktopvirtualization applicationgroup create |
Create or update an applicationGroup. |
az desktopvirtualization applicationgroup delete |
Remove an applicationGroup. |
az desktopvirtualization applicationgroup list |
List applicationGroups in subscription. |
az desktopvirtualization applicationgroup show |
Get an application group. |
az desktopvirtualization applicationgroup update |
Update an applicationGroup. |
az desktopvirtualization applicationgroup create
Create or update an applicationGroup.
az desktopvirtualization applicationgroup create --application-group-type {Desktop, RemoteApp}
--host-pool-arm-path
--location
--name
--resource-group
[--description]
[--friendly-name]
[--tags]
Examples
ApplicationGroup_Create
az desktopvirtualization applicationgroup create --location "centralus" --description "des1" --application-group-type "RemoteApp" --friendly-name "friendly" --host-pool-arm-path "/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/MyResourceGroup/providers/Microsoft.DesktopVirtualization/hostPools/MyHostPool" --tags tag1="value1" tag2="value2" --name "MyApplicationGroup" --resource-group "MyResourceGroup"
Required Parameters
Resource Type of ApplicationGroup.
HostPool arm path of ApplicationGroup.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The name of the application group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Description of ApplicationGroup.
Friendly name of ApplicationGroup.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az desktopvirtualization applicationgroup delete
Remove an applicationGroup.
az desktopvirtualization applicationgroup delete --name
--resource-group
Examples
ApplicationGroup_Delete
az desktopvirtualization applicationgroup delete --name "MyApplicationGroup" --resource-group "MyResourceGroup"
Required Parameters
The name of the application group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az desktopvirtualization applicationgroup list
List applicationGroups in subscription.
az desktopvirtualization applicationgroup list [--filter]
[--resource-group]
Examples
ApplicationGroup_ListByResourceGroup
az desktopvirtualization applicationgroup list --filter "applicationGroupType eq 'RailApplication'" --resource-group "MyResourceGroup"
Optional Parameters
OData filter expression. Valid properties for filtering are applicationGroupType.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az desktopvirtualization applicationgroup show
Get an application group.
az desktopvirtualization applicationgroup show --name
--resource-group
Examples
ApplicationGroup_Get
az desktopvirtualization applicationgroup show --name "MyApplicationGroup" --resource-group "MyResourceGroup"
Required Parameters
The name of the application group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az desktopvirtualization applicationgroup update
Update an applicationGroup.
az desktopvirtualization applicationgroup update --name
--resource-group
[--description]
[--friendly-name]
[--tags]
Examples
ApplicationGroups_Update
az desktopvirtualization applicationgroup update --description "des1" --friendly-name "friendly" --tags tag1="value1" tag2="value2" --name "MyApplicationGroup" --resource-group "MyResourceGroup"
Required Parameters
The name of the application group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Description of ApplicationGroup.
Friendly name of ApplicationGroup.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.