DownloadNodeFileOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |