ServicePlacementPolicyDescription Class

Definition

Represents the base type for all PlacementPolicyDescription types in the cluster.

[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementInvalidDomainPolicyDescription))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementRequiredDomainPolicyDescription))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementPreferPrimaryDomainPolicyDescription))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementRequireDomainDistributionPolicyDescription))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementNonPartiallyPlaceServicePolicyDescription))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription))]
public abstract class ServicePlacementPolicyDescription
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementInvalidDomainPolicyDescription))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementRequiredDomainPolicyDescription))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementPreferPrimaryDomainPolicyDescription))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementRequireDomainDistributionPolicyDescription))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementNonPartiallyPlaceServicePolicyDescription))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.ServicePlacementAllowMultipleStatelessInstancesOnNodePolicyDescription))>]
type ServicePlacementPolicyDescription = class
Public MustInherit Class ServicePlacementPolicyDescription
Inheritance
ServicePlacementPolicyDescription
Derived
Attributes

Constructors

ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)

Constructor for a ServicePlacementPolicyDescription

ServicePlacementPolicyDescription(ServicePlacementPolicyType)

Initializes a new instance of the ServicePlacementPolicyDescription class.

Properties

Type

Gets the service placement policy type.

Applies to