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 single file or multiple files to be downloaded to a Compute Node.
public class ResourceFile
type ResourceFile = class
Public Class ResourceFile
- Inheritance
-
ResourceFile
Constructors
ResourceFile() |
Initializes a new instance of the ResourceFile class. |
ResourceFile(String, String, String, String, String, String, ComputeNodeIdentityReference) |
Initializes a new instance of the ResourceFile class. |
Properties
AutoStorageContainerName |
Gets or sets the storage container name in the auto storage Account. |
BlobPrefix |
Gets or sets the blob prefix to use when downloading blobs from an Azure Storage container. Only the blobs whose names begin with the specified prefix will be downloaded. |
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(s), relative to the Task's working directory. |
HttpUrl |
Gets or sets the URL of the file to download. |
IdentityReference |
Gets or sets the reference to the user assigned identity to use to access Azure Blob Storage specified by storageContainerUrl or httpUrl |
StorageContainerUrl |
Gets or sets the URL of the blob container within Azure Blob Storage. |
Applies to
Azure SDK for .NET