New-vRAOnboardingPlan
SYNOPSIS
Create a vRA Onboarding Plan
SYNTAX
Standard (Default)
New-vRAOnboardingPlan -Name <String> -CloudAccountId <String> -ProjectId <String> [-WhatIf] [-Confirm]
[<CommonParameters>]
JSON
New-vRAOnboardingPlan -JSON <String> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Create a vRA Onboarding Plan
EXAMPLES
EXAMPLE 1
New-vRAOnboardingPlan -Name "TestOnboardingPlan" -CloudAccountId "42fe38765a63bd755921a88814a14" -ProjectId "9f732951-2279-422a-8045-9b254d427100"
EXAMPLE 2
$JSON = @"
{ "name": "TestOnboardingPlan", "endpointId": "42fe38765a63bd755921a88814a14", "projectId": "9f732951-2279-422a-8045-9b254d427100" } "@
$JSON | New-vRAOnboardingPlan
PARAMETERS
-Name
The name of the Onboarding Plan
Type: String
Parameter Sets: Standard
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-CloudAccountId
Cloud Account Id for the Onboarding Plan (Note: vRA Cloud API refers to it as endpointId)
Type: String
Parameter Sets: Standard
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProjectId
Project Id for the Onboarding Plan
Type: String
Parameter Sets: Standard
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-JSON
A JSON string with the body payload
Type: String
Parameter Sets: JSON
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
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.