Uses of Class
com.azure.compute.batch.models.ResourceFile
Packages that use ResourceFile
-
Uses of ResourceFile in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ResourceFileModifier and TypeMethodDescriptionstatic ResourceFile
ResourceFile.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceFile from the JsonReader.ResourceFile.setAutoStorageContainerName
(String autoStorageContainerName) Set the autoStorageContainerName property: The storage container name in the auto storage Account.ResourceFile.setBlobPrefix
(String blobPrefix) Set the blobPrefix property: The blob prefix to use when downloading blobs from an Azure Storage container.ResourceFile.setFileMode
(String fileMode) Set the fileMode property: The file permission mode attribute in octal format.ResourceFile.setFilePath
(String filePath) Set the filePath property: The location on the Compute Node to which to download the file(s), relative to the Task's working directory.ResourceFile.setHttpUrl
(String httpUrl) Set the httpUrl property: The URL of the file to download.ResourceFile.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by storageContainerUrl or httpUrl.ResourceFile.setStorageContainerUrl
(String storageContainerUrl) Set the storageContainerUrl property: The URL of the blob container within Azure Blob Storage.Methods in com.azure.compute.batch.models that return types with arguments of type ResourceFileModifier and TypeMethodDescriptionMultiInstanceSettings.getCommonResourceFiles()
Get the commonResourceFiles property: A list of files that the Batch service will download before running the coordination command line.BatchJobManagerTask.getResourceFiles()
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.BatchJobPreparationTask.getResourceFiles()
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.BatchJobReleaseTask.getResourceFiles()
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.BatchStartTask.getResourceFiles()
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.BatchTask.getResourceFiles()
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.BatchTaskCreateContent.getResourceFiles()
Get the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.Method parameters in com.azure.compute.batch.models with type arguments of type ResourceFileModifier and TypeMethodDescriptionMultiInstanceSettings.setCommonResourceFiles
(List<ResourceFile> commonResourceFiles) Set the commonResourceFiles property: A list of files that the Batch service will download before running the coordination command line.BatchJobManagerTask.setResourceFiles
(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.BatchJobPreparationTask.setResourceFiles
(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.BatchJobReleaseTask.setResourceFiles
(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.BatchStartTask.setResourceFiles
(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.BatchTaskCreateContent.setResourceFiles
(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.