< Back

Get-AzureBlueprint

Sat Jan 11, 2020 8:22 am

NAME Get-AzureBlueprint



SYNOPSIS

Get a specified Azure Blueprint





SYNTAX

Get-AzureBlueprint [-Blueprint] <String> [-AsObject] [<CommonParameters>]



Get-AzureBlueprint [-AsObject] [-ListAll] [<CommonParameters>]





DESCRIPTION

Get a specific Blueprint





PARAMETERS

-AsObject [<SwitchParameter>]

Switch returning the Blueprint as an Object in stead of a Json



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Blueprint <String>

Name of the Blueprint



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ListAll [<SwitchParameter>]

Lista all blueprints in the Managementgroup



Required? false

Position? named

Default value False

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

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-AzureBlueprint -Blueprint AxTest



Returns the Json of the Blueprint

-------------------------- Example 2 --------------------------



PS C:\\> Get-AzureBlueprint -Blueprint AxTest -AsObject



Returns the Blueprint of AxTest as an object

-------------------------- Example 3 --------------------------



PS C:\\> Get-AzureBlueprint -ListAll -AsObject



Lists all Blueprints in the Managementgroup



RELATED LINKS