Gets an integer value that indicates the fault domain in which the role instance is running.
public:
int GetFaultDomain()
Type: intÂ
An integer value that represents the fault domain in which the role instance is running.
A fault domain is a grouping of hardware in which role instances run. When multiple instances of a role are running, Windows Azure distributes the role instances among fault domains. You do not have control over which fault domain is used or the number of fault domains used, but you can query a role instance to know what fault domain it is in.
Header: Declared in ServiceDefinition.h.
Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).