BatchNodeRemoveOptions(IEnumerable<String>) Constructor
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.
Initializes a new instance of BatchNodeRemoveOptions.
public BatchNodeRemoveOptions(System.Collections.Generic.IEnumerable<string> nodeIds);
new Azure.Compute.Batch.BatchNodeRemoveOptions : seq<string> -> Azure.Compute.Batch.BatchNodeRemoveOptions
Public Sub New (nodeIds As IEnumerable(Of String))
Parameters
- nodeIds
- IEnumerable<String>
A list containing the IDs of the Compute Nodes to be removed from the specified Pool. A maximum of 100 nodes may be removed per request.
Exceptions
nodeIds is null.