Get-HCXNetworkBacking

This cmdlet retrieves ? list of HCX Network Backings. These Network Backings are required for creating a network profile.

Syntax

[-Name  <String[]>]
[-Server  <HcxServer[]>]
[-Type  <NetworkBackingType[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional
Name
String[] named Specifies the name of the network backing.
optional
Server
HcxServer[] named Specifies the HCX Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet.
optional
Type
NetworkBackingType[] named Specifies the type of the HCX network backing.

Output

VMware.VimAutomation.Hcx.Types.V1.HCXNetworkBacking

Examples


Example 1

Get-HCXNetworkBacking

Retrieves a list of HCX network backings.

Example 2

Get-HCXNetworkBacking -Name "myNetworkBacking"

Retrieves a list of HCX network backings filtered by name.

Example 3

Get-HCXNetworkBacking -Type DistributedVirtualPortgroup

Retrieves the available network backings of type DistributedVirtualPortgroup.

Related Commands

Feedback

Was this page helpful?