Uses of Class
com.azure.resourcemanager.batch.models.ResourceFile
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ResourceFile in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionResourceFile.withAutoStorageContainerName
(String autoStorageContainerName) Set the autoStorageContainerName property: The storage container name in the auto storage account.ResourceFile.withBlobPrefix
(String blobPrefix) Set the blobPrefix property: The blob prefix to use when downloading blobs from an Azure Storage container.ResourceFile.withFileMode
(String fileMode) Set the fileMode property: The file permission mode attribute in octal format.ResourceFile.withFilePath
(String filePath) Set the filePath property: The location on the compute node to which to download the file, relative to the task's working directory.ResourceFile.withHttpUrl
(String httpUrl) Set the httpUrl property: The URL of the file to download.ResourceFile.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set the identityReference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use.ResourceFile.withStorageContainerUrl
(String storageContainerUrl) Set the storageContainerUrl property: The URL of the blob container within Azure Blob Storage.Modifier and TypeMethodDescriptionStartTask.resourceFiles()
Get the resourceFiles property: A list of files that the Batch service will download to the compute node before running the command line.Modifier and TypeMethodDescriptionStartTask.withResourceFiles
(List<ResourceFile> resourceFiles) Set the resourceFiles property: A list of files that the Batch service will download to the compute node before running the command line.