ServicePlacementRequiredDomainPolicyDescription Class

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.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.ServicePlacementPolicyDescription
ServicePlacementRequiredDomainPolicyDescription

Constructor

ServicePlacementRequiredDomainPolicyDescription(*, domain_name: Optional[str] = None, **kwargs)

Parameters

type
str
Required

Required. Constant filled by server.

domain_name
str
Required

The name of the domain that should used for placement as per this policy.