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

DownloadNodeFileOptions Class

Definition

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

Constructors

DownloadNodeFileOptions(BatchAccountContext, String, String, String, String, String, PSNodeFile, String, Stream, DownloadNodeFileOptions+ByteRange, IEnumerable<BatchClientBehavior>)

Properties

AdditionalBehaviors

Additional client behaviors to perform

(Inherited from BatchClientParametersBase)
ComputeNodeId

The id of the compute node.

(Inherited from NodeFileOperationParameters)
Context

The account details

(Inherited from BatchClientParametersBase)
DestinationPath

The path to the directory where the node file will be downloaded

JobId

The id of the job containing the task.

(Inherited from NodeFileOperationParameters)
NodeFile

The PSNodeFile object representing the target node file.

(Inherited from NodeFileOperationParameters)
Path

The path of the node file

(Inherited from NodeFileOperationParameters)
PoolId

The id of the pool containing the compute node.

(Inherited from NodeFileOperationParameters)
Range

The byte range to be downloaded.

TaskId

The id of the task.

(Inherited from NodeFileOperationParameters)

Applies to