ServicePlacementPreferPrimaryDomainPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the policy to be used for placement of a Service Fabric service where the service's Primary replicas should optimally be placed in a particular domain.
This placement policy is usually used with fault domains in scenarios where the Service Fabric cluster is geographically distributed in order to indicate that a service's primary replica should be located in a particular fault domain, which in geo-distributed scenarios usually aligns with regional or datacenter boundaries. Note that since this is an optimization it is possible that the Primary replica may not end up located in this domain due to failures, capacity limits, or other constraints.
[Newtonsoft.Json.JsonObject("PreferredPrimaryDomain")]
public class ServicePlacementPreferPrimaryDomainPolicy : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServicePlacementPolicy
[<Newtonsoft.Json.JsonObject("PreferredPrimaryDomain")>]
type ServicePlacementPreferPrimaryDomainPolicy = class
inherit ServicePlacementPolicy
Public Class ServicePlacementPreferPrimaryDomainPolicy
Inherits ServicePlacementPolicy
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ServicePlacementPreferPrimaryDomainPolicy() |
Initializes a new instance of the ServicePlacementPreferPrimaryDomainPolicy class. |
ServicePlacementPreferPrimaryDomainPolicy(String) |
Initializes a new instance of the ServicePlacementPreferPrimaryDomainPolicy class. |
Properties
DomainName |
Gets or sets the name of the domain that should used for placement as per this policy. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET