次の方法で共有


RenameClientGroup method of the MSFT_NfsServerTasks class

Renames a client group.

Syntax

uint32 RenameClientGroup(
  [in] string ClientGroupName,
  [in] string NewClientGroupName
);

Parameters

ClientGroupName [in]

Type: string

The current name of the client group.

NewClientGroupName [in]

Type: string

The new name for the client group.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\NFS
MOF
NfsCimProv.mof
DLL
NfsCimProv.dll

See also

MSFT_NfsClientgroup

MSFT_NfsServerTasks