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) |
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
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
The service placement policy type.
Applies to
Azure SDK for .NET