< Back
Get-vRAComponentRegistryService
Post
NAME Get-vRAComponentRegistryService
SYNOPSIS
Get information about vRA services
SYNTAX
Get-vRAComponentRegistryService [-Page <Int32>] [-Limit <Int32>] [<CommonParameters>]
Get-vRAComponentRegistryService -Id <String[]> [<CommonParameters>]
Get-vRAComponentRegistryService -Name <String[]> [<CommonParameters>]
DESCRIPTION
Get information about vRA services.
PARAMETERS
-Id <String[]>
The Id of the service. Specifying the Id of the service will retrieve detailed information.
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Name <String[]>
The name of the service
Required? true
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
System.Management.Automation.SwitchParameter
OUTPUTS
System.Management.Automation.PSObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAComponentRegistryService
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAComponentRegistryService -Limit 9999
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-vRAComponentRegistryService -Page 1
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Get-vRAComponentRegistryService -Id xxxxxxxxxxxxxxxxxxxxxxxx
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>Get-vRAComponentRegistryService -Name "iaas-service"
RELATED LINKS
SYNOPSIS
Get information about vRA services
SYNTAX
Get-vRAComponentRegistryService [-Page <Int32>] [-Limit <Int32>] [<CommonParameters>]
Get-vRAComponentRegistryService -Id <String[]> [<CommonParameters>]
Get-vRAComponentRegistryService -Name <String[]> [<CommonParameters>]
DESCRIPTION
Get information about vRA services.
PARAMETERS
-Id <String[]>
The Id of the service. Specifying the Id of the service will retrieve detailed information.
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Name <String[]>
The name of the service
Required? true
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
System.Management.Automation.SwitchParameter
OUTPUTS
System.Management.Automation.PSObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAComponentRegistryService
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAComponentRegistryService -Limit 9999
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Get-vRAComponentRegistryService -Page 1
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Get-vRAComponentRegistryService -Id xxxxxxxxxxxxxxxxxxxxxxxx
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>Get-vRAComponentRegistryService -Name "iaas-service"
RELATED LINKS