PoolNodeCounts 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
PoolNodeCounts() |
Initializes a new instance of the PoolNodeCounts class. |
PoolNodeCounts(String, NodeCounts, NodeCounts) |
Initializes a new instance of the PoolNodeCounts class. |
PoolNodeCounts()
- Source:
- PoolNodeCounts.cs
Initializes a new instance of the PoolNodeCounts class.
public PoolNodeCounts ();
Public Sub New ()
Applies to
PoolNodeCounts(String, NodeCounts, NodeCounts)
- Source:
- PoolNodeCounts.cs
Initializes a new instance of the PoolNodeCounts class.
public PoolNodeCounts (string poolId, Microsoft.Azure.Batch.Protocol.Models.NodeCounts dedicated = default, Microsoft.Azure.Batch.Protocol.Models.NodeCounts lowPriority = default);
new Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts : string * Microsoft.Azure.Batch.Protocol.Models.NodeCounts * Microsoft.Azure.Batch.Protocol.Models.NodeCounts -> Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts
Public Sub New (poolId As String, Optional dedicated As NodeCounts = Nothing, Optional lowPriority As NodeCounts = Nothing)
Parameters
- poolId
- String
The ID of the Pool.
- dedicated
- NodeCounts
The number of dedicated Compute Nodes in each state.
- lowPriority
- NodeCounts
The number of Spot/Low-priority Compute Nodes in each state.
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