Share via


JobStatus Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.JobStatus

public class JobStatus

Defines the job status.

Constructor Summary

Constructor Description
JobStatus()

Method Summary

Modifier and Type Method and Description
JobName jobName()

Get possible values include: 'InitialSync'.

java.lang.String jobProgress()

Get gets or sets the monitoring job percentage.

JobStatus withJobName(JobName jobName)

Set possible values include: 'InitialSync'.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

JobStatus

public JobStatus()

Method Details

jobName

public JobName jobName()

Get possible values include: 'InitialSync'.

Returns:

the jobName value

jobProgress

public String jobProgress()

Get gets or sets the monitoring job percentage.

Returns:

the jobProgress value

withJobName

public JobStatus withJobName(JobName jobName)

Set possible values include: 'InitialSync'.

Parameters:

jobName - the jobName value to set

Returns:

the JobStatus object itself.

Applies to