Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.Job
-
Packages that use Job Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of Job in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return Job Modifier and Type Method Description Job
JobResourceInner. properties()
Get the properties property: JobResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type Job Modifier and Type Method Description JobResourceInner
JobResourceInner. withProperties(Job properties)
Set the properties property: JobResource properties. -
Uses of Job in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of Job in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureIaaSvmJob
Azure IaaS VM workload-specific job object.class
AzureIaaSvmJobV2
Azure IaaS VM workload-specific job object.class
AzureStorageJob
Azure storage specific job.class
AzureWorkloadJob
Azure storage specific job.class
DpmJob
DPM workload-specific job object.class
MabJob
MAB workload-specific job.class
VaultJob
Vault level Job.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return Job Modifier and Type Method Description Job
JobResource. properties()
Gets the properties property: JobResource properties.Job
Job. withActivityId(String activityId)
Set the activityId property: ActivityId of job.Job
Job. withBackupManagementType(BackupManagementType backupManagementType)
Set the backupManagementType property: Backup management type to execute the current job.Job
Job. withEndTime(OffsetDateTime endTime)
Set the endTime property: The end time.Job
Job. withEntityFriendlyName(String entityFriendlyName)
Set the entityFriendlyName property: Friendly name of the entity on which the current job is executing.Job
Job. withOperation(String operation)
Set the operation property: The operation name.Job
Job. withStartTime(OffsetDateTime startTime)
Set the startTime property: The start time.Job
Job. withStatus(String status)
Set the status property: Job status.
-