< Back

Get-vRAServiceBlueprint

Sat Jan 18, 2020 9:59 pm

NAME Get-vRAServiceBlueprint



SYNOPSIS

Retrieve vRA ASD Blueprints





SYNTAX

Get-vRAServiceBlueprint [-Limit <String>] [<CommonParameters>]



Get-vRAServiceBlueprint -Id <String[]> [-Limit <String>] [<CommonParameters>]



Get-vRAServiceBlueprint -Name <String[]> [-Limit <String>] [<CommonParameters>]





DESCRIPTION

Retrieve vRA ASD Blueprints





PARAMETERS

-Id <String[]>

Specify the ID of an ASD Blueprint



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

Specify the Name of an ASD Blueprint



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Limit <String>

The number of entries returned per page from the API. This has a default value of 100.



Required? false

Position? named

Default value 100

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String





OUTPUTS

System.Management.Automation.PSObject.





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRAServiceBlueprint













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-vRAServiceBlueprint -Id "309100fd-b8ce-4e8c-ac8c-a667b8ace54f"













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-vRAServiceBlueprint -Name "ASDBlueprint01","ASDBlueprint02"















RELATED LINKS