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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET