NodeFileOperationsExtensions.ListFromComputeNode Method (INodeFileOperations, String, String, NodeFileListParameters)
Lists all of the files in task directories on the specified compute node.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static NodeFileListResponse ListFromComputeNode(
this INodeFileOperations operations,
string poolId,
string nodeId,
NodeFileListParameters parameters
)
public:
[ExtensionAttribute]
static NodeFileListResponse^ ListFromComputeNode(
INodeFileOperations^ operations,
String^ poolId,
String^ nodeId,
NodeFileListParameters^ parameters
)
static member ListFromComputeNode :
operations:INodeFileOperations *
poolId:string *
nodeId:string *
parameters:NodeFileListParameters -> NodeFileListResponse
<ExtensionAttribute>
Public Shared Function ListFromComputeNode (
operations As INodeFileOperations,
poolId As String,
nodeId As String,
parameters As NodeFileListParameters
) As NodeFileListResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.INodeFileOperationsReference to the Microsoft.Azure.Batch.Protocol.INodeFileOperations.
poolId
Type: System.StringRequired. The id of the pool that contains the compute node.
nodeId
Type: System.StringRequired. The id of the compute node whose files you want to list.
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