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

domainName

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"