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

domainName

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"