ResourceFile Class

Definition

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, 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