ModifyShare method of the MSNFS_Export class

[The NFS Legacy WMI Classes are no longer available as of Windows Server 2012. Instead, use the NFS WMI Classes.]

Modifies the settings of an existing share exported by the Server for NFS service.

Syntax

uint32 ModifyShare(
  [in] MSNFS_Export        ExportInfo,
  [in] MSNFS_ExportFencing ClientPermInfo[]
);

Parameters

ExportInfo [in]

An MSNFS_Export class instance that contains configuration information for the export.

ClientPermInfo [in]

An MSNFS_ExportFencing class instance that contains the corresponding export fencing information that is used during export operations, which is specified via ExportInfo.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2
End of client support
None supported
End of server support
Windows Server 2008 R2
Namespace
Root\MSNFS
MOF
Nfswmi.mof
DLL
NfsCimProv.dll

See also

MSNFS_Export