SetStorageEnclosure method of the MSCluster_StorageEnclosure class
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Changes settings on a storage enclosure object.
uint32 SetStorageEnclosure(
[in] string NewName,
[in] string FaultDomain,
[in] string Description,
[in] string Location,
[in] string ConnectionString
);
NewName [in]
The new name of the storage enclosure. Pass in Null to not change the value.FaultDomain [in]
The new parent of the storage enclosure. Pass in Null to not change the value.Description [in]
The new description of the storage enclosure. Pass in Null to not change the value.Location [in]
The new location of the storage enclosure. Pass in Null to not change the value.ConnectionString [in]
The new connection string of the storage enclosure. Pass in Null to not change the value.
TBD
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 Technical Preview |
Namespace |
Root\MSCluster |
MOF |
ClusWmiExt.mof |
DLL |
ClusWMI.dll |