Uses of Class
com.microsoft.azure.management.batch.ResourceFile
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ResourceFile in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionResourceFile.withAutoStorageContainerName
(String autoStorageContainerName) Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.ResourceFile.withBlobPrefix
(String blobPrefix) Set the property is valid only when autoStorageContainerName or storageContainerUrl is used.ResourceFile.withFileMode
(String fileMode) Set this property applies only to files being downloaded to Linux compute nodes.ResourceFile.withFilePath
(String filePath) Set if the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename.ResourceFile.withHttpUrl
(String httpUrl) Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.ResourceFile.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set the identityReference value.ResourceFile.withStorageContainerUrl
(String storageContainerUrl) Set the autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.Modifier and TypeMethodDescriptionStartTask.withResourceFiles
(List<ResourceFile> resourceFiles) Set the resourceFiles value.