< Back
Get-AzureBlueprintArtifact
Post
NAME Get-AzureBlueprintArtifact
SYNOPSIS
Get specified Azure Blueprint Artifacts
SYNTAX
Get-AzureBlueprintArtifact [[-Blueprint] <String>] [[-Artifact] <String[]>] [-AsObject] [-ListAllArtifacts]
[<CommonParameters>]
DESCRIPTION
Gets specified artifacts or lists all artifacts from an Azure Blueprint.
PARAMETERS
-Artifact <String[]>
Name of the artifact to return
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-AsObject [<SwitchParameter>]
Returns the artifacts as Objects in stead of Json
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Blueprint <String>
Name of the Blueprint
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ListAllArtifacts [<SwitchParameter>]
Returns all artifacts in the Blueprint
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-AzureBlueprintArtifact -Blueprint AxTest -Artifact NetworkRBACOwner
Returns the Json of the artifact NetworkRBACOwner
-------------------------- Example 2 --------------------------
PS C:\\> Get-AzureBlueprintArtifact -Blueprint AxTest -ListAllArtifacts
Returns the Json of all artifacts
-------------------------- Example 3 --------------------------
PS C:\\> Get-AzureBlueprintArtifact -Blueprint AxTest -ListAllArtifacts -AsObject
Returns all artifacts as Objects
RELATED LINKS
SYNOPSIS
Get specified Azure Blueprint Artifacts
SYNTAX
Get-AzureBlueprintArtifact [[-Blueprint] <String>] [[-Artifact] <String[]>] [-AsObject] [-ListAllArtifacts]
[<CommonParameters>]
DESCRIPTION
Gets specified artifacts or lists all artifacts from an Azure Blueprint.
PARAMETERS
-Artifact <String[]>
Name of the artifact to return
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-AsObject [<SwitchParameter>]
Returns the artifacts as Objects in stead of Json
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Blueprint <String>
Name of the Blueprint
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ListAllArtifacts [<SwitchParameter>]
Returns all artifacts in the Blueprint
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-AzureBlueprintArtifact -Blueprint AxTest -Artifact NetworkRBACOwner
Returns the Json of the artifact NetworkRBACOwner
-------------------------- Example 2 --------------------------
PS C:\\> Get-AzureBlueprintArtifact -Blueprint AxTest -ListAllArtifacts
Returns the Json of all artifacts
-------------------------- Example 3 --------------------------
PS C:\\> Get-AzureBlueprintArtifact -Blueprint AxTest -ListAllArtifacts -AsObject
Returns all artifacts as Objects
RELATED LINKS