ServicePlacementInvalidDomainPolicy interface
Describes the policy to be used for placement of a Service Fabric service where a particular fault or upgrade domain should not be used for placement of the instances or replicas of that service.
- Extends
Properties
domain |
The name of the domain that should not be used for placement. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
domainName
The name of the domain that should not be used for placement.
domainName: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "InvalidDomain"
Property Value
"InvalidDomain"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript