Partager via


ServicePlacementPolicyDescription Constructeurs

Définition

Surcharges

ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)

Constructeur pour un ServicePlacementPolicyDescription

ServicePlacementPolicyDescription(ServicePlacementPolicyType)

Initialise une nouvelle instance de la classe ServicePlacementPolicyDescription.

ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)

Constructeur pour un 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)

Paramètres

other
ServicePlacementPolicyDescription

ServicePlacementPolicyDescription à partir duquel le nouvel objet doit être construit.

S’applique à

ServicePlacementPolicyDescription(ServicePlacementPolicyType)

Initialise une nouvelle instance de la classe ServicePlacementPolicyDescription.

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)

Paramètres

type
ServicePlacementPolicyType

Type de stratégie de placement de service.

S’applique à