你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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