NodeFileListResponse Constructor (IList<NodeFile>, String)
Initializes a new instance of the NodeFileListResponse class with required arguments.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public NodeFileListResponse(
IList<NodeFile> files,
string nextLink
)
public:
NodeFileListResponse(
IList<NodeFile^>^ files,
String^ nextLink
)
new :
files:IList<NodeFile> *
nextLink:string -> NodeFileListResponse
Public Sub New (
files As IList(Of NodeFile),
nextLink As String
)
Parameters
- files
Type: System.Collections.Generic.IList<NodeFile>
- nextLink
Type: System.String
See Also
NodeFileListResponse Overload
NodeFileListResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top