Get-vRAPackageContent
SYNOPSIS
Get content items for a given package
SYNTAX
Get-vRAPackageContent [-Id] <String[]> [[-Page] <Int32>] [[-Limit] <Int32>]
DESCRIPTION
Get content items for a given package
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
Get-vRAPackage
-------------------------- EXAMPLE 2 --------------------------
Get-vRAPackage -Id "b2d72c5d-775b-400c-8d79-b2483e321bae"
-------------------------- EXAMPLE 3 --------------------------
Get-vRAPackage -Name "Package01","Package02"
PARAMETERS
-Id
Specify the ID of a Package
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Page
The index of the page to display.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: 1
Accept pipeline input: False
Accept wildcard characters: False
-Limit
The number of entries returned per page from the API. This has a default value of 100
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 100
Accept pipeline input: False
Accept wildcard characters: False
INPUTS
System.String
System.Int