ResourceFile 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.
A file to be downloaded from Azure blob storage to a compute node.
public class ResourceFile
type ResourceFile = class
Public Class ResourceFile
- Inheritance
-
System.ObjectResourceFile
Constructors
ResourceFile() |
Initializes a new instance of the ResourceFile class. |
Properties
FileMode |
Gets or sets the file permission mode attribute in octal format. |
FilePath |
Gets or sets the location on the compute node to which to download the file, relative to the task's working directory. |