Rename method of the MSFT_NetSwitchTeam class

Renames a switch team.

Syntax

uint32 Rename(
  [in] string Name,
  [in] string NewName
);

Parameters

Name [in]

The current name of a switch team.

NewName [in]

The new name to give to the 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