AzureIaaSVMJobV2 Constructors
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.
Overloads
AzureIaaSVMJobV2() |
Initializes a new instance of the AzureIaaSVMJobV2 class. |
AzureIaaSVMJobV2(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<Nullable<JobSupportedAction>>, String, Nullable<TimeSpan>, IList<AzureIaaSVMErrorInfo>, String, AzureIaaSVMJobExtendedInfo) |
Initializes a new instance of the AzureIaaSVMJobV2 class. |
AzureIaaSVMJobV2()
Initializes a new instance of the AzureIaaSVMJobV2 class.
public AzureIaaSVMJobV2 ();
Public Sub New ()
Applies to
AzureIaaSVMJobV2(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<Nullable<JobSupportedAction>>, String, Nullable<TimeSpan>, IList<AzureIaaSVMErrorInfo>, String, AzureIaaSVMJobExtendedInfo)
Initializes a new instance of the AzureIaaSVMJobV2 class.
public AzureIaaSVMJobV2 (string entityFriendlyName = default, string backupManagementType = default, string operation = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, string activityId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.JobSupportedAction?> actionsInfo = default, string containerName = default, TimeSpan? duration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMErrorInfo> errorDetails = default, string virtualMachineVersion = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobV2 : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.JobSupportedAction>> * string * Nullable<TimeSpan> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMErrorInfo> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobV2
Public Sub New (Optional entityFriendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional operation As String = Nothing, Optional status As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional activityId As String = Nothing, Optional actionsInfo As IList(Of Nullable(Of JobSupportedAction)) = Nothing, Optional containerName As String = Nothing, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional errorDetails As IList(Of AzureIaaSVMErrorInfo) = Nothing, Optional virtualMachineVersion As String = Nothing, Optional extendedInfo As AzureIaaSVMJobExtendedInfo = Nothing)
Parameters
- entityFriendlyName
- String
Friendly name of the entity on which the current job is executing.
- backupManagementType
- String
Backup management type to execute the current job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'
- operation
- String
The operation name.
- status
- String
Job status.
- activityId
- String
ActivityId of job.
- actionsInfo
- IList<Nullable<JobSupportedAction>>
Gets or sets the state/actions applicable on this job like cancel/retry.
- containerName
- String
Container name of the entity on which the current job is executing.
- errorDetails
- IList<AzureIaaSVMErrorInfo>
Error details on execution of this job.
- virtualMachineVersion
- String
Specifies whether the backup item is a Classic or an Azure Resource Manager VM.
- extendedInfo
- AzureIaaSVMJobExtendedInfo
Additional information for this job.