ComputeNodeRemoveParameters Constructor (IList<String>)

 

Initializes a new instance of the ComputeNodeRemoveParameters class with required arguments.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public ComputeNodeRemoveParameters(
    IList<string> computeNodeIds
)
public:
ComputeNodeRemoveParameters(
    IList<String^>^ computeNodeIds
)
new : 
        computeNodeIds:IList<string> -> ComputeNodeRemoveParameters
Public Sub New (
    computeNodeIds As IList(Of String)
)

Parameters

See Also

ComputeNodeRemoveParameters Overload
ComputeNodeRemoveParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top