NodeFile 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.
Exposes methods and properties to access files from Nodes or Tasks.
public abstract class NodeFile : Microsoft.Azure.Batch.IInheritedBehaviors
type NodeFile = class
interface IInheritedBehaviors
Public MustInherit Class NodeFile
Implements IInheritedBehaviors
- Inheritance
-
NodeFile
- Implements
Properties
CustomBehaviors |
Gets or sets a list of behaviors that modify or customize requests to the Batch service made via this NodeFile. |
IsDirectory |
Gets the value that indicates whether the file is a directory. |
Name |
Obsolete.
Gets the name of the file. |
Path |
Gets the path of the file. |
Properties |
Gets the FileProperties of the file. |
Url |
Gets the URL of the file. |
Methods
Applies to
Azure SDK for .NET