Aracılığıyla paylaş


JobErrorDetails Constructors

Definition

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.

creationTime
Nullable<DateTime>

The creation time of job error.

taskId
String

The Id of the task.

Applies to