ServicePlacementInvalidDomainPolicyDescription Class

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.

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

Inheritance
azure.servicefabric.models._models_py3.ServicePlacementPolicyDescription
ServicePlacementInvalidDomainPolicyDescription

Constructor

ServicePlacementInvalidDomainPolicyDescription(*, 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 not be used for placement.