ServicePlacementPolicyDescription Constructors
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.
Overloads
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription) | |
ServicePlacementPolicyDescription(ServicePlacementPolicyType) |
ServicePlacementPolicyDescription(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
Applies to
ServicePlacementPolicyDescription(ServicePlacementPolicyType)
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)