Share via


BatchNodeRemoveOptions(IEnumerable<String>) Constructor

Definition

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.

Applies to