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
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.Management.Batch.Models.NodePlacementPolicyType? policy = default);
new Microsoft.Azure.Management.Batch.Models.NodePlacementConfiguration : Nullable<Microsoft.Azure.Management.Batch.Models.NodePlacementPolicyType> -> Microsoft.Azure.Management.Batch.Models.NodePlacementConfiguration
Public Sub New (Optional policy As Nullable(Of NodePlacementPolicyType) = Nothing)
Parameters
- policy
- Nullable<NodePlacementPolicyType>
Node placement Policy type on Batch Pools.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET