ServicePlacementRequiredDomainPolicy interface
Describes the policy to be used for placement of a Service Fabric service where the instances or replicas of that service must be placed in a particular domain.
- Extends
Properties
| domain |
The name of the domain that should used for placement as per this policy. |
| 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 used for placement as per this policy.
domainName: string
Property Value
string
type
The type of placement policy for a service fabric service. Following are the possible values.
type: "RequiredDomain"
Property Value
"RequiredDomain"