Skip to content

Get-vRABlueprintVersion

SYNOPSIS

Get a vRA Blueprint's Versions

SYNTAX

Standard (Default)

Get-vRABlueprintVersion [<CommonParameters>]

Blueprint

Get-vRABlueprintVersion -Blueprint <PSObject[]> [<CommonParameters>]

DESCRIPTION

Get a vRA Blueprint's Versions

EXAMPLES

EXAMPLE 1

Get-vRABlueprint | Get-vRABlueprintVersion

EXAMPLE 2

Get-vRABlueprintVersion -Blueprint (Get-vRABlueprint -Id '3492a6e8-r5d4-1293-b6c4-39037ba693f9')

EXAMPLE 3

Get-vRABlueprintVersion -Blueprint (Get-vRABlueprint -Name 'TestBlueprint')

PARAMETERS

-Blueprint

The vRA Blueprint object as returned by Get-vRABlueprint

Type: PSObject[]
Parameter Sets: Blueprint
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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

System.String

OUTPUTS

System.Management.Automation.PSObject

NOTES