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 | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
domainName
The name of the domain that should used for placement as per this policy.
domainName: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "RequiredDomain"
Property Value
"RequiredDomain"
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