NodeFileOperationsExtensions.ListNextFromComputeNodeAsync 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 Task<NodeFileListResponse> ListNextFromComputeNodeAsync(
this INodeFileOperations operations,
string nextLink,
NodeFileListParameters parameters
)
public:
[ExtensionAttribute]
static Task<NodeFileListResponse^>^ ListNextFromComputeNodeAsync(
INodeFileOperations^ operations,
String^ nextLink,
NodeFileListParameters^ parameters
)
static member ListNextFromComputeNodeAsync :
operations:INodeFileOperations *
nextLink:string *
parameters:NodeFileListParameters -> Task<NodeFileListResponse>
<ExtensionAttribute>
Public Shared Function ListNextFromComputeNodeAsync (
operations As INodeFileOperations,
nextLink As String,
parameters As NodeFileListParameters
) As Task(Of 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: System.Threading.Tasks.Task<NodeFileListResponse>
Response to a NodeFileOperations.ListFromComputeNode or NodeFileOperations.ListFromTask request.
See Also
NodeFileOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top