Skip to content

Latest commit

 

History

History
182 lines (141 loc) · 3.61 KB

New-AvdApplicationGroup.md

File metadata and controls

182 lines (141 loc) · 3.61 KB
external help file Module Name online version schema
Az.Avd-help.xml
Az.Avd
2.0.0

New-AvdApplicationGroup

SYNOPSIS

Creates a new AVD applicationgroup.

SYNTAX

New-AvdApplicationGroup [-Name] <String> [[-description] <String>] [[-friendlyName] <String>]
 [-ResourceGroupName] <String> [-location] <String> [[-tags] <Object>] [-HostPoolArmPath] <String>
 [[-workspaceResourceId] <String>] [-ApplicationGroupType] <String> [<CommonParameters>]

DESCRIPTION

With this function you can create a new AVD application group.

EXAMPLES

EXAMPLE 1

New-AvdApplicationGroup -Name applicationGroupname -ResourceGroupName rg-avd-001 -location WestEurope -ApplicationGroupType Desktop -HostPoolArmPath "/resourceID"

EXAMPLE 2

New-AvdApplicationGroup -Name applicationGroupname -ResourceGroupName rg-avd-001 -location WestEurope -ApplicationGroupType Desktop -tags @{tag="value"}

PARAMETERS

-Name

{{ Fill Name Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-description

Enter the description of the application group.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-friendlyName

Enter the friendlyName of the application group.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

Enter the name of the resourcegroup where to deploy the application group.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-location

Enter the location where to deploy application group.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-tags

If the resource needs tags, enter them in here.

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-HostPoolArmPath

{{ Fill HostPoolArmPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-workspaceResourceId

If there is a workspace allready, fill in the workspace resource ID where to assign the application group to.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ApplicationGroupType

{{ Fill ApplicationGroupType Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 9
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS