ServicePlacementInvalidDomainPolicyResponse

data class ServicePlacementInvalidDomainPolicyResponse(val domainName: String, val type: String)

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.

Constructors

constructor(domainName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the domain that should not be used for placement.

Link copied to clipboard

The type of placement policy for a service fabric service. Following are the possible values. Expected value is 'InvalidDomain'.