Interface JobApi
- 
- All Superinterfaces:
 AutoCloseable,Closeable
@Consumes("application/json") public interface JobApi extends CloseableThe Azure Resource Manager API checks for job status and progress. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ResourceDefinition>captureStatus(URI jobURI)Get status of captured custom image after capture callParseJobStatus.JobStatusjobStatus(URI jobURI) 
 - 
 
- 
- 
Method Detail
- 
jobStatus
@GET ParseJobStatus.JobStatus jobStatus(URI jobURI)
 
- 
captureStatus
@GET List<ResourceDefinition> captureStatus(URI jobURI)
Get status of captured custom image after capture call 
 - 
 
 -