ServicePlacementInvalidDomainPolicyDescription.DomainName Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets or sets the name of the fault domain, as a string, that it is invalid to place this service in.
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public string DomainName { get; set; }
Property Value
Type: System.String
The name of the fault domain, as a string, that it is invalid to place this service in.
See Also
ServicePlacementInvalidDomainPolicyDescription Class
System.Fabric.Description Namespace
Return to top