ServicePlacementPolicyDescription Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt den Basistyp für alle PlacementPolicyDescription-Typen im Cluster dar.
[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
- Vererbung
-
ServicePlacementPolicyDescription
- Abgeleitet
- Attribute
Konstruktoren
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription) |
Konstruktor für eine ServicePlacementPolicyDescription |
ServicePlacementPolicyDescription(ServicePlacementPolicyType) |
Initialisiert eine neue Instanz der ServicePlacementPolicyDescription-Klasse. |
Eigenschaften
Type |
Ruft den Richtlinientyp der Dienstplatzierung ab. |
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET