ServicePlacementPolicyDescription 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET