NodeFileOperationParameters 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 NodeFileOperationParameters : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type NodeFileOperationParameters = class
inherit BatchClientParametersBase
Public Class NodeFileOperationParameters
Inherits BatchClientParametersBase
- Inheritance
- 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. |