ArmRecoveryServicesDataReplicationModelFactory.DataReplicationInnerHealthErrorInfo Method

Definition

Initializes a new instance of DataReplicationInnerHealthErrorInfo.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationInnerHealthErrorInfo DataReplicationInnerHealthErrorInfo (string code = default, string healthCategory = default, string category = default, string severity = default, string source = default, DateTimeOffset? createdOn = default, bool? isCustomerResolvable = default, string summary = default, string message = default, string causes = default, string recommendation = default);
static member DataReplicationInnerHealthErrorInfo : string * string * string * string * string * Nullable<DateTimeOffset> * Nullable<bool> * string * string * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationInnerHealthErrorInfo
Public Shared Function DataReplicationInnerHealthErrorInfo (Optional code As String = Nothing, Optional healthCategory As String = Nothing, Optional category As String = Nothing, Optional severity As String = Nothing, Optional source As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional isCustomerResolvable As Nullable(Of Boolean) = Nothing, Optional summary As String = Nothing, Optional message As String = Nothing, Optional causes As String = Nothing, Optional recommendation As String = Nothing) As DataReplicationInnerHealthErrorInfo

Parameters

code
String

Gets or sets the error code.

healthCategory
String

Gets or sets the health category.

category
String

Gets or sets the error category.

severity
String

Gets or sets the error severity.

source
String

Gets or sets the error source.

createdOn
Nullable<DateTimeOffset>

Gets or sets the error creation time.

isCustomerResolvable
Nullable<Boolean>

Gets or sets a value indicating whether the error is customer resolvable.

summary
String

Gets or sets the error summary.

message
String

Gets or sets the error message.

causes
String

Gets or sets possible causes of the error.

recommendation
String

Gets or sets recommended action to resolve the error.

Returns

A new DataReplicationInnerHealthErrorInfo instance for mocking.

Applies to