RoleInstance.FaultDomain Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "InstanceFaultDomain", Order := )> _
Public Property FaultDomain As Integer
[DataMemberAttribute(Name = "InstanceFaultDomain", Order = )]
public int FaultDomain { get; private set; }
[DataMemberAttribute(Name = L"InstanceFaultDomain", Order = )]
public:
property int FaultDomain {
int get ();
private: void set (int value);
}
[<DataMemberAttribute(Name = "InstanceFaultDomain", Order = )>]
member FaultDomain : int with get, private set
function get FaultDomain () : int
private function set FaultDomain (value : int)
Property Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace