Uses of Class
com.cloudmersive.virusscan.model.ScanCloudStorageBatchJobCreateResult
Packages that use ScanCloudStorageBatchJobCreateResult
-
Uses of ScanCloudStorageBatchJobCreateResult in com.cloudmersive.virusscan.api
Methods in com.cloudmersive.virusscan.api that return ScanCloudStorageBatchJobCreateResultModifier and TypeMethodDescriptionScanCloudStorageApi.scanCloudStorageScanAzureBlobAdvancedBatchJob(String connectionString, String containerName, String blobPath, Boolean allowExecutables, Boolean allowInvalidFiles, Boolean allowScripts, Boolean allowPasswordProtectedFiles, Boolean allowMacros, Boolean allowXmlExternalEntities, Boolean allowInsecureDeserialization, Boolean allowHtml, Boolean allowUnsafeArchives, Boolean allowOleEmbeddedObject, Boolean allowUnwantedAction, String options, String restrictFileTypes) Advanced Scan an Azure Blob for viruses via a batch job Via a batch job, advanced Scan the contents of a single Azure Blob and its content for viruses and threats, great for larger/longer processing jobs.Methods in com.cloudmersive.virusscan.api that return types with arguments of type ScanCloudStorageBatchJobCreateResultModifier and TypeMethodDescriptionScanCloudStorageApi.scanCloudStorageScanAzureBlobAdvancedBatchJobWithHttpInfo(String connectionString, String containerName, String blobPath, Boolean allowExecutables, Boolean allowInvalidFiles, Boolean allowScripts, Boolean allowPasswordProtectedFiles, Boolean allowMacros, Boolean allowXmlExternalEntities, Boolean allowInsecureDeserialization, Boolean allowHtml, Boolean allowUnsafeArchives, Boolean allowOleEmbeddedObject, Boolean allowUnwantedAction, String options, String restrictFileTypes) Advanced Scan an Azure Blob for viruses via a batch job Via a batch job, advanced Scan the contents of a single Azure Blob and its content for viruses and threats, great for larger/longer processing jobs. -
Uses of ScanCloudStorageBatchJobCreateResult in com.cloudmersive.virusscan.model
Methods in com.cloudmersive.virusscan.model that return ScanCloudStorageBatchJobCreateResultModifier and TypeMethodDescriptionScanCloudStorageBatchJobCreateResult.asyncJobID(String asyncJobID) ScanCloudStorageBatchJobCreateResult.successful(Boolean successful)