< Back
Add-vRAReservationNetwork
Post
NAME Add-vRAReservationNetwork
SYNOPSIS
Add a network to an existing vRA reservation
SYNTAX
Add-vRAReservationNetwork [-Id] <String> [-NetworkPath] <String> [[-NetworkProfile] <String>] [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
This cmdlet enables the user to add a new network to a reservation. Only one new network path can be added at a
time.
If a duplicate network path is detected, the API will throw an error.
PARAMETERS
-Id <String>
The Id of the reservation
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-NetworkPath <String>
The network path
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-NetworkProfile <String>
The network profile
Required? false
Position? 3
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.Management.Automation.PSObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAReservation -Name Reservation01 | Add-vRAReservationNetwork -NetworkPath "DMZ" -NetworkProfile
"DMZ-Profile"
RELATED LINKS
SYNOPSIS
Add a network to an existing vRA reservation
SYNTAX
Add-vRAReservationNetwork [-Id] <String> [-NetworkPath] <String> [[-NetworkProfile] <String>] [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
This cmdlet enables the user to add a new network to a reservation. Only one new network path can be added at a
time.
If a duplicate network path is detected, the API will throw an error.
PARAMETERS
-Id <String>
The Id of the reservation
Required? true
Position? 1
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-NetworkPath <String>
The network path
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-NetworkProfile <String>
The network profile
Required? false
Position? 3
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.Management.Automation.PSObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAReservation -Name Reservation01 | Add-vRAReservationNetwork -NetworkPath "DMZ" -NetworkProfile
"DMZ-Profile"
RELATED LINKS