ListNodeFileOptions Class

Definition

public class ListNodeFileOptions : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type ListNodeFileOptions = class
    inherit BatchClientParametersBase
Public Class ListNodeFileOptions
Inherits BatchClientParametersBase
Inheritance
ListNodeFileOptions

Constructors

ListNodeFileOptions(BatchAccountContext, String, String, PSCloudTask, String, String, PSComputeNode, IEnumerable<BatchClientBehavior>)

Properties

AdditionalBehaviors

Additional client behaviors to perform

(Inherited from BatchClientParametersBase)
ComputeNode

The PSComputeNode object representing the target compute node.

ComputeNodeId

The id of the compute node

Context

The account details

(Inherited from BatchClientParametersBase)
Filter

The OData filter to use when querying for node files.

JobId

The id of the job containing the task.

MaxCount

The maximum number of node files to return.

Path

If specified, the single node file with this path will be returned.

PoolId

The id of the pool containing the compute node.

Recursive

If true, performs a recursive list of all files of the task. If false, returns only the files at the task directory root.

Task

The PSCloudTask object representing the target task.

TaskId

The id of the task.

Applies to