次の方法で共有


CreateFaultDomain method of the MSCluster_FaultDomain class

Creates a fault domain.

Syntax

uint32 CreateFaultDomain(
  [in]  string                Name,
  [in]  string                FaultDomain,
  [in]  uint32                FaultDomainType,
  [in]  string                Description,
  [in]  string                Location,
  [in]  uint32                Flags,
  [out] MSCluster_FaultDomain CreatedFaultDomain
);

Parameters

Name [in]

The name of the fault domain to create.

FaultDomain [in]

The parent name of the fault domain.

FaultDomainType [in]

The type of fault domain.

Description [in]

The description of the fault domain.

Location [in]

The location of the fault domain.

Flags [in]

Flags

CreatedFaultDomain [out]

On success, returns a MSCluster_FaultDomain that describes the newly created fault domain.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\MSCluster
MOF
ClusWmiExt.mof
DLL
ClusWMI.dll

See also

MSCluster_FaultDomain