GetProperties method of the MSFTCluster_NetworkInterface class
Retrieves the properties of the network interface.
Note
This method is only supported in Windows Server 2012 R2. In Windows Server Technical Preview, use instead the GetProperties method in the MSFTCluster_NetworkInterfaceService class.
Syntax
uint32 GetProperties(
[in] uint32 type,
[out] MSFTCluster_Property Properties[]
);
Parameters
type [in]
The type of properties to retrieve.
The possible values are.
ReadOnly (1)
ReadWrite (2)
All (3)
Properties [out]
A stream of embedded instances of the MSFTCluster_Property class representing the requested properties.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
End of client support |
None supported |
End of server support |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\Cluster |
MOF |
Cluswmiv2.mof |