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

  • nextLink
    Type: System.String

    Required. A nextLink URL from a previous ListFromComputeNode response.

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