你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MabJobDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MAB specific job details class.
public class MabJobDetails : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.MabJob
type MabJobDetails = class
inherit MabJob
Public Class MabJobDetails
Inherits MabJob
- Inheritance
Constructors
MabJobDetails() |
Properties
ActivityId |
Activity ID of this job (Inherited from JobBase) |
BackupManagementType |
Type of the backup management agent. (Inherited from ManagementContext) |
Duration |
Time taken by this job to run (Inherited from JobBase) |
DynamicErrorMessage |
Context sensitive error message that might be helpful in debugging the issue. |
EndTime |
Time at which this job was terminated (Inherited from JobBase) |
ErrorDetails |
Error details associated with this job. (Inherited from AzureJob) |
IsCancellable |
Represents whether this job is cancellable. (Inherited from AzureJob) |
IsRetriable |
Represents whether this job is retriable. (Inherited from AzureJob) |
JobId |
ID of this job (Inherited from JobBase) |
Operation |
Operation represented by this job (Inherited from JobBase) |
Properties |
Property bag consisting of the some MAB specific job details. |
StartTime |
Time at which this job started (Inherited from JobBase) |
Status |
Status of this job (Inherited from JobBase) |
SubTasks |
List of sub tasks triggered as part of this job's operation. |
WorkloadName |
Name of the workload handled by this job (Inherited from JobBase) |
Methods
Validate() |
Method to validate the object properties. (Inherited from ObjectBase) |