ServicePlacementInvalidDomainPolicy 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.mgmt.servicefabricmanagedclusters.models._models_py3.ServicePlacementPolicyServicePlacementInvalidDomainPolicy
Constructor
ServicePlacementInvalidDomainPolicy(*, 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".
Feedback
Submit and view feedback for