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 | |
---|---|---|
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription) | Constructor for a ServicePlacementPolicyDescription |
|
ServicePlacementPolicyDescription(ServicePlacementPolicyType) | Initializes a new instance of the ServicePlacementPolicyDescription class. |
Properties
Name | Description | |
---|---|---|
Type | Gets the service placement policy type. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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