SetFaultDomain method of the MSCluster_FaultDomain class

Changes settings on a fault domain object.

Syntax

uint32 SetFaultDomain(
  [in] string NewName,
  [in] string FaultDomain,
  [in] string Description,
  [in] string Location,
  [in] uint32 Flags
);

Parameters

NewName [in]

The new name of the fault domain. Pass in Null to keep the current value.

FaultDomain [in]

The new parent of the fault domain. Pass in Null to keep the current value.

Description [in]

The new description of the fault domain. Pass in Null to keep the current value.

Location [in]

The new location of the fault domain. Pass in Null to keep the current value.

Flags [in]

Flags

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