Get-vRACodeStreamVariable
SYNOPSIS
Retrieve vRA Code Stream Variable depending on input
SYNTAX
Standard (Default)
Get-vRACodeStreamVariable [<CommonParameters>]
ById
Get-vRACodeStreamVariable -Id <String[]> [<CommonParameters>]
ByName
Get-vRACodeStreamVariable -Variable <String[]> [<CommonParameters>]
ByProject
Get-vRACodeStreamVariable -Project <String[]> [<CommonParameters>]
DESCRIPTION
Retrieve a list of vRA Code Stream Variables or a single Variable depending on input
EXAMPLES
EXAMPLE 1
Get-vRACodeStreamVariable
EXAMPLE 2
Get-vRACodeStreamVariable -Id '96afe0f9-a2ac-4468-8671-a2ca6fdbca37'
EXAMPLE 3
Get-vRACodeStreamVariable -Variable 'My Variable'
EXAMPLE 4
Get-vRACodeStreamVariable -Project 'My Project'
PARAMETERS
-Id
The ID of the vRA Code Stream Variable
Type: String[]
Parameter Sets: ById
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Variable
The name of the Variable of the vRA Code Stream Variable
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 Variable
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.