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 | The type of placement policy for a service fabric service. Following are the possible values. |
Property Details
domainName
The name of the domain that should not be used for placement.
domainName: string
Property Value
string
type
The type of placement policy for a service fabric service. Following are the possible values.
type: "InvalidDomain"
Property Value
"InvalidDomain"