GetPoolStartTaskResourceFile

data class GetPoolStartTaskResourceFile(val autoStorageContainerName: String, val blobPrefix: String, val fileMode: String, val filePath: String, val httpUrl: String, val storageContainerUrl: String, val userAssignedIdentityId: String)

Constructors

Link copied to clipboard
constructor(autoStorageContainerName: String, blobPrefix: String, fileMode: String, filePath: String, httpUrl: String, storageContainerUrl: String, userAssignedIdentityId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The storage container name in the auto storage account.

Link copied to clipboard

The blob prefix used when downloading blobs from an Azure Storage container.

Link copied to clipboard

The file permission mode attribute represented as a string in octal format (e.g. "0644").

Link copied to clipboard

The location on the compute node to which to download the file, relative to the task's working directory. If the http_url property is specified, the file_path is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the auto_storage_container_name or storage_container_url property is specified.

Link copied to clipboard

The URL of the file to download. If the URL is Azure Blob Storage, it must be readable using anonymous access.

Link copied to clipboard

The URL of the blob container within Azure Blob Storage.

Link copied to clipboard

The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.