VirtualMachineTaskDetails 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
VirtualMachineTaskDetails() |
Initializes a new instance of the VirtualMachineTaskDetails class. |
VirtualMachineTaskDetails(JobEntity, String, String) |
Initializes a new instance of the VirtualMachineTaskDetails class. |
VirtualMachineTaskDetails()
Initializes a new instance of the VirtualMachineTaskDetails class.
public VirtualMachineTaskDetails ();
Public Sub New ()
Applies to
VirtualMachineTaskDetails(JobEntity, String, String)
Initializes a new instance of the VirtualMachineTaskDetails class.
public VirtualMachineTaskDetails (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobEntity jobTask = default, string skippedReason = default, string skippedReasonString = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VirtualMachineTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobEntity * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VirtualMachineTaskDetails
Public Sub New (Optional jobTask As JobEntity = Nothing, Optional skippedReason As String = Nothing, Optional skippedReasonString As String = Nothing)
Parameters
- jobTask
- JobEntity
The job entity.
- skippedReason
- String
The skipped reason.
- skippedReasonString
- String
The skipped reason string.