ServicePlacementPolicyDescription Konstruktoren
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.
Überlädt
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription) |
Konstruktor für eine ServicePlacementPolicyDescription |
ServicePlacementPolicyDescription(ServicePlacementPolicyType) |
Initialisiert eine neue Instanz der ServicePlacementPolicyDescription-Klasse. |
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)
Konstruktor für eine ServicePlacementPolicyDescription
protected ServicePlacementPolicyDescription (System.Fabric.Description.ServicePlacementPolicyDescription other);
new System.Fabric.Description.ServicePlacementPolicyDescription : System.Fabric.Description.ServicePlacementPolicyDescription -> System.Fabric.Description.ServicePlacementPolicyDescription
Protected Sub New (other As ServicePlacementPolicyDescription)
Parameter
Die ServicePlacementPolicyDescription, aus der das neue Objekt erstellt werden soll.
Gilt für:
ServicePlacementPolicyDescription(ServicePlacementPolicyType)
Initialisiert eine neue Instanz der ServicePlacementPolicyDescription-Klasse.
public ServicePlacementPolicyDescription (System.Fabric.Description.ServicePlacementPolicyType type);
new System.Fabric.Description.ServicePlacementPolicyDescription : System.Fabric.Description.ServicePlacementPolicyType -> System.Fabric.Description.ServicePlacementPolicyDescription
Public Sub New (type As ServicePlacementPolicyType)
Parameter
Der Dienstplatzierungsrichtlinientyp.
Gilt für:
Azure SDK for .NET