< Back

Import-vRAContentData

Sat Jan 18, 2020 10:00 pm

NAME Import-vRAContentData



SYNOPSIS

Import a yaml file associated with vRA content





SYNTAX

Import-vRAContentData [-ContentType] <String> [-Path] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Import a yaml file associated with vRA content





PARAMETERS

-ContentType <String>

The Content Type of the imported item such as composite-blueprint or property-group



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Path <String>

The path to file to import



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

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.String





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



PS C:\\>Import-vRAContentData -Path ./CentOS.yaml -ContentType composite-blueprint















RELATED LINKS