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
- computeNodes
Type: System.Collections.Generic.IList<ComputeNode>
- nextLink
Type: System.String
See Also
ComputeNodeListResponse Overload
ComputeNodeListResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top