Bagikan melalui


ServicePlacementPolicyDescription Constructors

Definition

Overloads

ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)

Constructor for a ServicePlacementPolicyDescription

ServicePlacementPolicyDescription(ServicePlacementPolicyType)

Initializes a new instance of the ServicePlacementPolicyDescription class.

ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)

Constructor for a 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)

Parameters

other
ServicePlacementPolicyDescription

The ServicePlacementPolicyDescription that the new object should be constructed from.

Applies to

ServicePlacementPolicyDescription(ServicePlacementPolicyType)

Initializes a new instance of the ServicePlacementPolicyDescription class.

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)

Parameters

type
ServicePlacementPolicyType

The service placement policy type.

Applies to