JobErrorDetails 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
JobErrorDetails() |
Initializes a new instance of the JobErrorDetails class. |
JobErrorDetails(ServiceError, ProviderError, String, Nullable<DateTime>, String) |
Initializes a new instance of the JobErrorDetails class. |
JobErrorDetails()
Initializes a new instance of the JobErrorDetails class.
public JobErrorDetails ();
Public Sub New ()
Applies to
JobErrorDetails(ServiceError, ProviderError, String, Nullable<DateTime>, String)
Initializes a new instance of the JobErrorDetails class.
public JobErrorDetails (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ServiceError serviceErrorDetails = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProviderError providerErrorDetails = default, string errorLevel = default, DateTime? creationTime = default, string taskId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobErrorDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ServiceError * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProviderError * string * Nullable<DateTime> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobErrorDetails
Public Sub New (Optional serviceErrorDetails As ServiceError = Nothing, Optional providerErrorDetails As ProviderError = Nothing, Optional errorLevel As String = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional taskId As String = Nothing)
Parameters
- serviceErrorDetails
- ServiceError
The Service error details.
- providerErrorDetails
- ProviderError
The Provider error details.
- errorLevel
- String
Error level of error.
- taskId
- String
The Id of the task.