Uses of Class
com.microsoft.azure.management.batch.ResourceFile
-
-
Uses of ResourceFile in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ResourceFile Modifier and Type Method Description ResourceFileResourceFile. withBlobSource(String blobSource)Set the blobSource value.ResourceFileResourceFile. withFileMode(String fileMode)Set the fileMode value.ResourceFileResourceFile. withFilePath(String filePath)Set the filePath value.Methods in com.microsoft.azure.management.batch that return types with arguments of type ResourceFile Modifier and Type Method Description List<ResourceFile>StartTask. resourceFiles()Get the resourceFiles value.Method parameters in com.microsoft.azure.management.batch with type arguments of type ResourceFile Modifier and Type Method Description StartTaskStartTask. withResourceFiles(List<ResourceFile> resourceFiles)Set the resourceFiles value.
-