Node.FaultDomain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The fault ___domain for this node.