ComputeNodeListResponse Constructor (IList<ComputeNode>, String)

 

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

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

Syntax

public ComputeNodeListResponse(
    IList<ComputeNode> computeNodes,
    string nextLink
)
public:
ComputeNodeListResponse(
    IList<ComputeNode^>^ computeNodes,
    String^ nextLink
)
new : 
        computeNodes:IList<ComputeNode> *
        nextLink:string -> ComputeNodeListResponse
Public Sub New (
    computeNodes As IList(Of ComputeNode),
    nextLink As String
)

Parameters

See Also

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

Return to top