ListNodeFileOptions 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 ListNodeFileOptions : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type ListNodeFileOptions = class
inherit BatchClientParametersBase
Public Class ListNodeFileOptions
Inherits BatchClientParametersBase
- Inheritance
Constructors
ListNodeFileOptions(BatchAccountContext, String, String, PSCloudTask, String, String, PSComputeNode, IEnumerable<BatchClientBehavior>) |
Properties
AdditionalBehaviors |
Additional client behaviors to perform (Inherited from BatchClientParametersBase) |
ComputeNode |
The PSComputeNode object representing the target compute node. |
ComputeNodeId |
The id of the compute node |
Context |
The account details (Inherited from BatchClientParametersBase) |
Filter |
The OData filter to use when querying for node files. |
JobId |
The id of the job containing the task. |
MaxCount |
The maximum number of node files to return. |
Path |
If specified, the single node file with this path will be returned. |
PoolId |
The id of the pool containing the compute node. |
Recursive |
If true, performs a recursive list of all files of the task. If false, returns only the files at the task directory root. |
Task |
The PSCloudTask object representing the target task. |
TaskId |
The id of the task. |