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.

Syntax

uint32 SetStorageEnclosure(
  [in] string NewName,
  [in] string FaultDomain,
  [in] string Description,
  [in] string Location,
  [in] string ConnectionString
);

Parameters

  • 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.

Return value

TBD

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2016 Technical Preview

Namespace

Root\MSCluster

MOF

ClusWmiExt.mof

DLL

ClusWMI.dll

See also

MSCluster_StorageEnclosure