Share via


ServicePlacementPolicyDescription Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

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

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.Description.ServicePlacementPolicyDescription
    System.Fabric.Description.ServicePlacementInvalidDomainPolicyDescription
    System.Fabric.Description.ServicePlacementNonPartiallyPlaceServicePolicyDescription
    System.Fabric.Description.ServicePlacementPreferPrimaryDomainPolicyDescription
    System.Fabric.Description.ServicePlacementRequiredDomainPolicyDescription
    System.Fabric.Description.ServicePlacementRequireDomainDistributionPolicyDescription

Syntax

[KnownTypeAttribute(typeof(ServicePlacementInvalidDomainPolicyDescription))]
[KnownTypeAttribute(typeof(ServicePlacementPreferPrimaryDomainPolicyDescription))]
[KnownTypeAttribute(typeof(ServicePlacementRequiredDomainPolicyDescription))]
[KnownTypeAttribute(typeof(ServicePlacementNonPartiallyPlaceServicePolicyDescription))]
[KnownTypeAttribute(typeof(ServicePlacementRequireDomainDistributionPolicyDescription))]
public abstract class ServicePlacementPolicyDescription

Constructors

Name Description
System_CAPS_protmethod ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)

Constructor for a ServicePlacementPolicyDescription

System_CAPS_pubmethod ServicePlacementPolicyDescription(ServicePlacementPolicyType)

Initializes a new instance of the ServicePlacementPolicyDescription class.

Properties

Name Description
System_CAPS_pubproperty Type

Gets the service placement policy type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric.Description Namespace

Return to top