AzureIaaSVMJob 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
AzureIaaSVMJob() |
Initializes a new instance of the AzureIaaSVMJob class. |
AzureIaaSVMJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, IList<AzureIaaSVMErrorInfo>, String, AzureIaaSVMJobExtendedInfo, String, Nullable<Boolean>) |
Initializes a new instance of the AzureIaaSVMJob class. |
AzureIaaSVMJob()
Initializes a new instance of the AzureIaaSVMJob class.
public AzureIaaSVMJob ();
Public Sub New ()
Applies to
AzureIaaSVMJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, IList<AzureIaaSVMErrorInfo>, String, AzureIaaSVMJobExtendedInfo, String, Nullable<Boolean>)
Initializes a new instance of the AzureIaaSVMJob class.
public AzureIaaSVMJob (string entityFriendlyName = default, string backupManagementType = default, string operation = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, string activityId = default, TimeSpan? duration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.JobSupportedAction?> actionsInfo = 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, string containerName = default, bool? isUserTriggered = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJob : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<TimeSpan> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.JobSupportedAction>> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMErrorInfo> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJobExtendedInfo * string * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSVMJob
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 duration As Nullable(Of TimeSpan) = Nothing, Optional actionsInfo As IList(Of Nullable(Of JobSupportedAction)) = Nothing, Optional errorDetails As IList(Of AzureIaaSVMErrorInfo) = Nothing, Optional virtualMachineVersion As String = Nothing, Optional extendedInfo As AzureIaaSVMJobExtendedInfo = Nothing, Optional containerName As String = Nothing, Optional isUserTriggered As Nullable(Of Boolean) = 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.
- 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.
- containerName
- String
Container name of the entity on which the current job is executing.
Applies to
Azure SDK for .NET