ServicePlacementRequiredDomainPolicy 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.mgmt.servicefabricmanagedclusters.models._models_py3.ServicePlacementPolicy
ServicePlacementRequiredDomainPolicy

Constructor

ServicePlacementRequiredDomainPolicy(*, domain_name: str, **kwargs)

Parameters

type
str or <xref:service_fabric_managed_clusters_management_client.models.ServicePlacementPolicyType>
Required

Required. The type of placement policy for a service fabric service. Following are the possible values.Constant filled by server. Possible values include: "InvalidDomain", "RequiredDomain", "PreferredPrimaryDomain", "RequiredDomainDistribution", "NonPartiallyPlaceService".

domain_name
str
Required

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