NodeFileOperationsExtensions.ListNextFromComputeNode Method (INodeFileOperations, String, NodeFileListParameters)
Lists all of the files in task directories on the specified node.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static NodeFileListResponse ListNextFromComputeNode(
this INodeFileOperations operations,
string nextLink,
NodeFileListParameters parameters
)
public:
[ExtensionAttribute]
static NodeFileListResponse^ ListNextFromComputeNode(
INodeFileOperations^ operations,
String^ nextLink,
NodeFileListParameters^ parameters
)
static member ListNextFromComputeNode :
operations:INodeFileOperations *
nextLink:string *
parameters:NodeFileListParameters -> NodeFileListResponse
<ExtensionAttribute>
Public Shared Function ListNextFromComputeNode (
operations As INodeFileOperations,
nextLink As String,
parameters As NodeFileListParameters
) As NodeFileListResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.INodeFileOperationsReference to the Microsoft.Azure.Batch.Protocol.INodeFileOperations.
nextLink
Type: System.StringRequired. A nextLink URL from a previous ListFromComputeNode response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.NodeFileListParametersRequired. The parameters for the request.
Return Value
Type: Microsoft.Azure.Batch.Protocol.Models.NodeFileListResponse
Response to a NodeFileOperations.ListFromComputeNode or NodeFileOperations.ListFromTask request.
See Also
NodeFileOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top