| external help file | Az.DevCenter-help.xml |
|---|---|
| Module Name | Az.DevCenter |
| online version | https://learn.microsoft.com/powershell/module/az.devcenter/get-azdevcenteruserenvironmentoutput |
| schema | 2.0.0 |
Gets Outputs from the environment.
Get-AzDevCenterUserEnvironmentOutput -Endpoint <String> -EnvironmentName <String> -ProjectName <String>
[-UserId <String>] [-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzDevCenterUserEnvironmentOutput -Endpoint <String> -InputObject <IDevCenterdataIdentity>
[-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzDevCenterUserEnvironmentOutput -DevCenterName <String> -InputObject <IDevCenterdataIdentity>
[-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzDevCenterUserEnvironmentOutput -DevCenterName <String> -EnvironmentName <String> -ProjectName <String>
[-UserId <String>] [-DefaultProfile <PSObject>] [<CommonParameters>]
Gets Outputs from the environment.
Get-AzDevCenterUserEnvironmentOutput -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -EnvironmentName myEnvironment -ProjectName DevProjectThis command gets the outputs for the environment "myEnvironment".
Get-AzDevCenterUserEnvironmentOutput -DevCenterName Contoso -EnvironmentName myEnvironment -ProjectName DevProjectThis command gets the outputs for the environment "myEnvironment".
$environmentInput = @{"EnvironmentName" = "myEnvironment"; "UserId" = "me"; "ProjectName" = "DevProject";}
Get-AzDevCenterUserEnvironmentOutput -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $environmentInputThis command gets the outputs for the environment "myEnvironment".
$environmentInput = @{"EnvironmentName" = "myEnvironment"; "UserId" = "me"; "ProjectName" = "DevProject";}
Get-AzDevCenterUserEnvironmentOutput -DevCenterName Contoso -InputObject $environmentInputThis command gets the outputs for the environment "myEnvironment".
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: System.Management.Automation.PSObject
Parameter Sets: (All)
Aliases: AzureRMContext, AzureCredential
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe DevCenter upon which to execute operations.
Type: System.String
Parameter Sets: GetViaIdentityByDevCenter, GetByDevCenter
Aliases: DevCenter
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe DevCenter-specific URI to operate on.
Type: System.String
Parameter Sets: Get, GetViaIdentity
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe name of the environment.
Type: System.String
Parameter Sets: Get, GetByDevCenter
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIdentity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.IDevCenterdataIdentity
Parameter Sets: GetViaIdentity, GetViaIdentityByDevCenter
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThe DevCenter Project upon which to execute operations.
Type: System.String
Parameter Sets: Get, GetByDevCenter
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe AAD object id of the user. If value is 'me', the identity is taken from the authentication context.
Type: System.String
Parameter Sets: Get, GetByDevCenter
Aliases:
Required: False
Position: Named
Default value: "me"
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.