< Back
Get-vRAEntitledService
Post
NAME Get-vRAEntitledService
SYNOPSIS
Retrieve vRA services that the user is entitled to see
SYNTAX
Get-vRAEntitledService [-Page <Int32>] [-Limit <Int32>] [<CommonParameters>]
Get-vRAEntitledService [-Id <String[]>] [<CommonParameters>]
Get-vRAEntitledService [-Name <String[]>] [<CommonParameters>]
DESCRIPTION
A service represents a customer-facing/user friendly set of activities. In the context of this Service Catalog,
these activities are the catalog items and resource actions.
A service must be owned by a specific organization and all the activities it contains should belongs to the same
organization.
PARAMETERS
-Id <String[]>
The id of the service
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Name <String[]>
The Name of the service
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Page <Int32>
The index of the page to display.
Required? false
Position? named
Default value 1
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
<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.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAEntitledService
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAEntitledService -Id 332d38d5-c8db-4519-87a7-7ef9f358091a
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-vRAEntitledService -Name "Default Service"
RELATED LINKS
SYNOPSIS
Retrieve vRA services that the user is entitled to see
SYNTAX
Get-vRAEntitledService [-Page <Int32>] [-Limit <Int32>] [<CommonParameters>]
Get-vRAEntitledService [-Id <String[]>] [<CommonParameters>]
Get-vRAEntitledService [-Name <String[]>] [<CommonParameters>]
DESCRIPTION
A service represents a customer-facing/user friendly set of activities. In the context of this Service Catalog,
these activities are the catalog items and resource actions.
A service must be owned by a specific organization and all the activities it contains should belongs to the same
organization.
PARAMETERS
-Id <String[]>
The id of the service
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Name <String[]>
The Name of the service
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Page <Int32>
The index of the page to display.
Required? false
Position? named
Default value 1
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
<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.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAEntitledService
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAEntitledService -Id 332d38d5-c8db-4519-87a7-7ef9f358091a
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-vRAEntitledService -Name "Default Service"
RELATED LINKS