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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET