Syntax
Get-HCXServiceMesh [-Id <String[]>] [-Server <HcxServer[]>] [<CommonParameters>]Related Commands
Detailed Description
This cmdlet retrieves a list of the HCX Service Mesh.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String[] | Specifies the name of the HCX Service Mesh. | false | False | |
Id | String[] | Specifies the Id of the HCX Service Mesh. | false | False | |
Server | HcxServer[] | Specifies the HCX Server systems 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
VMware.VimAutomation.Hcx.Types.V1.HCXServiceMeshNotes
Examples
-------------------------- Example 1 --------------------------
PS C:\> Get-HCXServiceMesh
Retrieves a list of the HCX Service Mesh.
-------------------------- Example 2 --------------------------
PS C:\> Get-HCXServiceMesh -Name "myServiceMesh"
Retrieves a list of the HCX service mesh filtered by name.
-------------------------- Example 3 --------------------------
PS C:\> Get-HCXServiceMesh -Id "servicemesh-013cc385-4af7-421f-a934-df628263b641"
Retrieves a list of the HCX service mesh filtered by Id.