< Back

Get-vRAReservation

Sat Jan 18, 2020 9:58 pm

NAME Get-vRAReservation



SYNOPSIS

Get a reservation





SYNTAX

Get-vRAReservation [-Limit <Int32>] [-Page <Int32>] [<CommonParameters>]



Get-vRAReservation -Id <String[]> [<CommonParameters>]



Get-vRAReservation -Name <String[]> [<CommonParameters>]





DESCRIPTION

Get a reservation





PARAMETERS

-Id <String[]>

The id of the reservation



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

The name of the reservation



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Limit <Int32>

The number of entries returned per page from the API. This has a default value of 100.



Required? false

Position? named

Default value 100

Accept pipeline input? false

Accept wildcard characters? false



-Page <Int32>

The page of response to return. All pages are retuend by default



Required? false

Position? named

Default value 1

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

System.Int





OUTPUTS

System.Management.Automation.PSObject

System.Object[]





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



PS C:\\>Get-vRAReservation -Id 75ae3400-beb5-4b0b-895a-0484413c93b1













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-vRAReservation -Name Reservation1













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-vRAReservation















RELATED LINKS