CreateStorageEnclosure 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.]

Creates a fault domain

Syntax

uint32 CreateStorageEnclosure(
  [in]  string                     Id,
  [in]  string                     Name,
  [in]  uint32                     type,
  [in]  string                     ConnectionString,
  [in]  string                     Description,
  [in]  string                     Location,
  [in]  string                     ManufacturerId,
  [in]  string                     SerialNumber,
  [in]  string                     ProductId,
  [in]  string                     FaultDomain,
  [out] MSCluster_StorageEnclosure CreatedStorageEnclosure
);

Parameters

  • Id [in]
    The ID of the storage enclosure to create.

  • Name [in]
    The name of the storage enclosure to create.

  • type [in]
    The type of the storage enclosure to create.

  • ConnectionString [in]
    The connection string of the storage enclosure to create.

  • Description [in]
    The description of the fault domain.

  • Location [in]
    The location of the fault domain.

  • ManufacturerId [in]
    The manufacturer ID of the fault domain.

  • SerialNumber [in]
    The serial number of the fault domain.

  • ProductId [in]
    The product ID of the fault domain.

  • FaultDomain [in]
    The parent fault domain name of the storage enclosure.

  • CreatedStorageEnclosure [out]
    On success, returns a MSCluster_StorageEnclosure that describes the newly created storage enclosure.

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