Share via


Node.FaultDomain Property

Definition

Gets the fault ___domain for this node.

<remarks>

Fault domains define sets of nodes which are likely to experience failure at the same time due to shared physical dependencies such as power and networking resources. Fault domains typically represent hierarchy and hence are represented using Uri.

</remarks>
public Uri FaultDomain { get; }
member this.FaultDomain : Uri
Public ReadOnly Property FaultDomain As Uri

Property Value

Uri

The fault ___domain for this node.

Applies to