NodePlacementConfiguration 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
| Name | Description |
|---|---|
| NodePlacementConfiguration() |
Initializes a new instance of the NodePlacementConfiguration class. |
| NodePlacementConfiguration(Nullable<NodePlacementPolicyType>) |
Initializes a new instance of the NodePlacementConfiguration class. |
NodePlacementConfiguration()
Initializes a new instance of the NodePlacementConfiguration class.
public NodePlacementConfiguration();
Public Sub New ()
Applies to
NodePlacementConfiguration(Nullable<NodePlacementPolicyType>)
Initializes a new instance of the NodePlacementConfiguration class.
public NodePlacementConfiguration(Microsoft.Azure.Batch.Protocol.Models.NodePlacementPolicyType? policy = default);
new Microsoft.Azure.Batch.Protocol.Models.NodePlacementConfiguration : Nullable<Microsoft.Azure.Batch.Protocol.Models.NodePlacementPolicyType> -> Microsoft.Azure.Batch.Protocol.Models.NodePlacementConfiguration
Public Sub New (Optional policy As Nullable(Of NodePlacementPolicyType) = Nothing)
Parameters
- policy
- Nullable<NodePlacementPolicyType>
Node placement Policy type on Batch Pools.