JobProperties Class
- java.
lang. Object - com.
azure. resourcemanager. databoxedge. fluent. models. JobProperties
- com.
Implements
public final class JobProperties
implements JsonSerializable<JobProperties>
The properties for the job.
Constructor Summary
| Constructor | Description |
|---|---|
| JobProperties() |
Creates an instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Update |
currentStage()
Get the current |
|
Update |
downloadProgress()
Get the download |
| String |
errorManifestFile()
Get the error |
| String |
folder()
Get the folder property: If only subfolders need to be refreshed, then the subfolder path inside the share or container. |
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
|
Update |
installProgress()
Get the install |
|
Job |
jobType()
Get the job |
| String |
refreshedEntityId()
Get the refreshed |
|
Json |
toJson(JsonWriter jsonWriter) |
| Integer |
totalRefreshErrors()
Get the total |
| void |
validate()
Validates the instance. |
|
Job |
withFolder(String folder)
Set the folder property: If only subfolders need to be refreshed, then the subfolder path inside the share or container. |
Methods inherited from java.lang.Object
Constructor Details
JobProperties
public JobProperties()
Creates an instance of JobProperties class.
Method Details
currentStage
public UpdateOperationStage currentStage()
Get the currentStage property: Current stage of the update operation.
Returns:
downloadProgress
public UpdateDownloadProgress downloadProgress()
Get the downloadProgress property: The download progress.
Returns:
errorManifestFile
public String errorManifestFile()
Get the errorManifestFile property: Local share/remote container relative path to the error manifest file of the refresh.
Returns:
folder
public String folder()
Get the folder property: If only subfolders need to be refreshed, then the subfolder path inside the share or container. (The path is empty if there are no subfolders.).
Returns:
fromJson
public static JobProperties fromJson(JsonReader jsonReader)
Reads an instance of JobProperties from the JsonReader.
Parameters:
Returns:
Throws:
installProgress
public UpdateInstallProgress installProgress()
Get the installProgress property: The install progress.
Returns:
jobType
public JobType jobType()
Get the jobType property: The type of the job.
Returns:
refreshedEntityId
public String refreshedEntityId()
Get the refreshedEntityId property: ARM ID of the entity that was refreshed.
Returns:
toJson
totalRefreshErrors
public Integer totalRefreshErrors()
Get the totalRefreshErrors property: Total number of errors encountered during the refresh process.
Returns:
validate
public void validate()
Validates the instance.
withFolder
public JobProperties withFolder(String folder)
Set the folder property: If only subfolders need to be refreshed, then the subfolder path inside the share or container. (The path is empty if there are no subfolders.).
Parameters:
Returns: