Get-AzDevCenterUserDevBoxCustomizationGroup
Gets a customization group.
Syntax
Get-AzDevCenterUserDevBoxCustomizationGroup
-Endpoint <String>
-DevBoxName <String>
-ProjectName <String>
[-UserId <String>]
[-Include <ListCustomizationGroupsIncludeProperty>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDevCenterUserDevBoxCustomizationGroup
-Endpoint <String>
-DevBoxName <String>
-ProjectName <String>
[-UserId <String>]
-CustomizationGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDevCenterUserDevBoxCustomizationGroup
-Endpoint <String>
-InputObject <IDevCenterdataIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDevCenterUserDevBoxCustomizationGroup
-DevCenterName <String>
-InputObject <IDevCenterdataIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDevCenterUserDevBoxCustomizationGroup
-DevCenterName <String>
-DevBoxName <String>
-ProjectName <String>
[-UserId <String>]
[-Include <ListCustomizationGroupsIncludeProperty>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDevCenterUserDevBoxCustomizationGroup
-DevCenterName <String>
-DevBoxName <String>
-ProjectName <String>
[-UserId <String>]
-CustomizationGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets a customization group.
Examples
Example 1: List customization groups by endpoint
Get-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -DevBoxName MyDevBox
This command lists customization groups for the dev box "MyDevBox" in the project "DevProject".
Example 2: List customization groups by dev center
Get-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -ProjectName DevProject -DevBoxName MyDevBox -Include tasks
This command lists customization groups for the dev box "MyDevBox" in the project "DevProject".
Example 3: Get a customization group by endpoint
Get-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -CustomizationGroupName Provisioning -DevBoxName MyDevBox
This command gets a customization group named "Provisioning" for the dev box "MyDevBox" in the project "DevProject".
Example 4: Get a customization group by dev center
Get-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -ProjectName DevProject -CustomizationGroupName Provisioning -DevBoxName MyDevBox
This command gets a customization group named "Provisioning" for the dev box "MyDevBox" in the project "DevProject".
Example 5: Get a customization group by endpoint and InputObject
$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" ="DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "me" }
Get-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationGroupInput
This command gets a customization group named "Provisioning" for the dev box "MyDevBox" in the project "DevProject".
Example 6: Get a customization group by dev center and InputObject
$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" = "DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0" }
Get-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -InputObject $customizationGroupInput
This command gets a customization group named "Provisioning" for the dev box "MyDevBox" in the project "DevProject".
Parameters
-CustomizationGroupName
Name of the customization group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DevBoxName
Display name for the Dev Box.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DevCenterName
The DevCenter upon which to execute operations.
Type: | String |
Aliases: | DevCenter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Endpoint
The DevCenter-specific URI to operate on.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Include
Optional query parameter to specify what properties should be included in the response.
Type: | ListCustomizationGroupsIncludeProperty |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IDevCenterdataIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ProjectName
Name of the project.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UserId
The AAD object id of the user. If value is 'me', the identity is taken from the authentication context.
Type: | String |
Position: | Named |
Default value: | "me" |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Azure PowerShell