Job 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
Job() |
Initializes a new instance of the Job class. |
Job(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the Job class. |
Job()
Initializes a new instance of the Job class.
public Job ();
Public Sub New ()
Applies to
Job(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)
Initializes a new instance of the Job class.
public Job (string entityFriendlyName = default, string backupManagementType = default, string operation = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, string activityId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.Job : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.Job
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)
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.
Applies to
Azure SDK for .NET