Get-vRAPropertyDefinition

SYNOPSIS

Get a property that the user is allowed to review.

SYNTAX

Standard (Default)

Get-vRAPropertyDefinition [-Page <Int32>] [-Limit <Int32>]

ById

Get-vRAPropertyDefinition -Id <String[]>

DESCRIPTION

API for property definitions that a system administrator can interact with. It allows the user to interact with property definitions that the user is permitted to review.

EXAMPLES

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

Get-vRAPropertyDefinition

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

Get-vRAPropertyDefinition -Limit 200

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

Get-vRAPropertyDefinition -Id Hostname

PARAMETERS

-Id

The id of the property definition

Type: String[]
Parameter Sets: ById
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Page

The index of the page to display.

Type: Int32
Parameter Sets: Standard
Aliases: 

Required: False
Position: Named
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: Standard
Aliases: 

Required: False
Position: Named
Default value: 100
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

System.String

System.Int

OUTPUTS

System.Management.Automation.PSObject

NOTES