ArmDataProtectionBackupModelFactory.BackupJobSubTask Method
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.
Initializes a new instance of BackupJobSubTask.
public static Azure.ResourceManager.DataProtectionBackup.Models.BackupJobSubTask BackupJobSubTask (System.Collections.Generic.IReadOnlyDictionary<string,string> additionalDetails = default, int taskId = 0, string taskName = default, string taskProgress = default, string taskStatus = default);
static member BackupJobSubTask : System.Collections.Generic.IReadOnlyDictionary<string, string> * int * string * string * string -> Azure.ResourceManager.DataProtectionBackup.Models.BackupJobSubTask
Public Shared Function BackupJobSubTask (Optional additionalDetails As IReadOnlyDictionary(Of String, String) = Nothing, Optional taskId As Integer = 0, Optional taskName As String = Nothing, Optional taskProgress As String = Nothing, Optional taskStatus As String = Nothing) As BackupJobSubTask
Parameters
- additionalDetails
- IReadOnlyDictionary<String,String>
Additional details of Sub Tasks.
- taskId
- Int32
Task Id of the Sub Task.
- taskName
- String
Name of the Sub Task.
- taskProgress
- String
Progress of the Sub Task.
- taskStatus
- String
Status of the Sub Task.
Returns
A new BackupJobSubTask instance for mocking.