Syntax
Get-HCXService [[-Name] <String[]>] [-Server <CisServer[]>] [<CommonParameters>]Related Commands
Detailed Description
This cmdlet retrieves PSObject objects that represent a proxy to an HCX API service and can be used to invoke the operations of the HCX API service.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String[] | Specifies a name for the service type ID that you want to retrieve. | false | False | |
Server | CisServer[] | Specifies the HCX servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet. | false | False |
Return Type
System.Management.Automation.PSObjectNotes
Examples
-------------------------- Example 1 --------------------------
Get-HCXService -Name 'com.vmware.hcx.migration.migration'
Retrieves the binding for the specified service.