NodeFileOperationParameters Class

Definition

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

Constructors

NodeFileOperationParameters(BatchAccountContext, String, String, String, String, String, PSNodeFile, IEnumerable<BatchClientBehavior>)

Properties

AdditionalBehaviors

Additional client behaviors to perform

(Inherited from BatchClientParametersBase)
ComputeNodeId

The id of the compute node.

Context

The account details

(Inherited from BatchClientParametersBase)
JobId

The id of the job containing the task.

NodeFile

The PSNodeFile object representing the target node file.

Path

The path of the node file

PoolId

The id of the pool containing the compute node.

TaskId

The id of the task.

Applies to