ServicePlacementRequiredDomainPolicyResponse

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

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.

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 used for placement as per this policy.

Link copied to clipboard

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