Create method of the MSFT_NetSwitchTeam class

Creates a new switch team with initial members.

Syntax

uint32 Create(
  [in] string Name,
  [in] string TeamMembers[]
);

Parameters

Name [in]

The name of the switch team to create.

TeamMembers [in]

An array that contains the names of the initial members of the new switch team.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetSwitchTeam.mof
DLL
NetSwitchTeamCim.dll

See also

MSFT_NetSwitchTeam