ServicePlacementPreferPrimaryDomainPolicy Class

Definition

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.

public class ServicePlacementPreferPrimaryDomainPolicy : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServicePlacementPolicy
public class ServicePlacementPreferPrimaryDomainPolicy : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServicePlacementPolicy, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServicePlacementPreferPrimaryDomainPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServicePlacementPreferPrimaryDomainPolicy>
type ServicePlacementPreferPrimaryDomainPolicy = class
    inherit ManagedServicePlacementPolicy
type ServicePlacementPreferPrimaryDomainPolicy = class
    inherit ManagedServicePlacementPolicy
    interface IJsonModel<ServicePlacementPreferPrimaryDomainPolicy>
    interface IPersistableModel<ServicePlacementPreferPrimaryDomainPolicy>
Public Class ServicePlacementPreferPrimaryDomainPolicy
Inherits ManagedServicePlacementPolicy
Public Class ServicePlacementPreferPrimaryDomainPolicy
Inherits ManagedServicePlacementPolicy
Implements IJsonModel(Of ServicePlacementPreferPrimaryDomainPolicy), IPersistableModel(Of ServicePlacementPreferPrimaryDomainPolicy)
Inheritance
ServicePlacementPreferPrimaryDomainPolicy
Implements

Constructors

ServicePlacementPreferPrimaryDomainPolicy(String)

Initializes a new instance of ServicePlacementPreferPrimaryDomainPolicy.

Properties

DomainName

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

Explicit Interface Implementations

IJsonModel<ManagedServicePlacementPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ManagedServicePlacementPolicy)
IJsonModel<ManagedServicePlacementPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ManagedServicePlacementPolicy)
IJsonModel<ServicePlacementPreferPrimaryDomainPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServicePlacementPreferPrimaryDomainPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedServicePlacementPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ManagedServicePlacementPolicy)
IPersistableModel<ManagedServicePlacementPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ManagedServicePlacementPolicy)
IPersistableModel<ManagedServicePlacementPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ManagedServicePlacementPolicy)
IPersistableModel<ServicePlacementPreferPrimaryDomainPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServicePlacementPreferPrimaryDomainPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServicePlacementPreferPrimaryDomainPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to