Skip to content

Get-vRACodeStreamPipeline

SYNOPSIS

Retrieve vRA Code Stream Pipeline depending on input

SYNTAX

Standard (Default)

Get-vRACodeStreamPipeline [<CommonParameters>]

ById

Get-vRACodeStreamPipeline -Id <String[]> [<CommonParameters>]

ByName

Get-vRACodeStreamPipeline -Pipeline <String[]> [<CommonParameters>]

ByProject

Get-vRACodeStreamPipeline -Project <String[]> [<CommonParameters>]

DESCRIPTION

Retrieve a list of vRA Code Stream Pipelines or a single Pipeline depending on input

EXAMPLES

EXAMPLE 1

Get-vRACodeStreamPipeline

EXAMPLE 2

Get-vRACodeStreamPipeline -Id '96afe0f9-a2ac-4468-8671-a2ca6fdbca37'

EXAMPLE 3

Get-vRACodeStreamPipeline -Pipeline 'My Pipeline'

EXAMPLE 4

Get-vRACodeStreamPipeline -Project 'My Project'

PARAMETERS

-Id

The ID of the vRA Code Stream Pipeline

Type: String[]
Parameter Sets: ById
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Pipeline

The name of the Pipeline of the vRA Code Stream Pipeline

Type: String[]
Parameter Sets: ByName
Aliases:

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

-Project

The name of the Project of the vRA Code Stream Pipeline

Type: String[]
Parameter Sets: ByProject
Aliases:

Required: True
Position: Named
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

System.Management.Automation.PSObject.

NOTES