InnerHealthError 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
InnerHealthError() |
Initializes a new instance of the InnerHealthError class. |
InnerHealthError(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, String, String, String, String) |
Initializes a new instance of the InnerHealthError class. |
InnerHealthError()
Initializes a new instance of the InnerHealthError class.
public InnerHealthError ();
Public Sub New ()
Applies to
InnerHealthError(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, String, String, String, String)
Initializes a new instance of the InnerHealthError class.
public InnerHealthError (string errorSource = default, string errorType = default, string errorLevel = default, string errorCategory = default, string errorCode = default, string summaryMessage = default, string errorMessage = default, string possibleCauses = default, string recommendedAction = default, DateTime? creationTimeUtc = default, string recoveryProviderErrorMessage = default, string entityId = default, string errorId = default, string customerResolvability = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InnerHealthError : string * string * string * string * string * string * string * string * string * Nullable<DateTime> * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InnerHealthError
Public Sub New (Optional errorSource As String = Nothing, Optional errorType As String = Nothing, Optional errorLevel As String = Nothing, Optional errorCategory As String = Nothing, Optional errorCode As String = Nothing, Optional summaryMessage As String = Nothing, Optional errorMessage As String = Nothing, Optional possibleCauses As String = Nothing, Optional recommendedAction As String = Nothing, Optional creationTimeUtc As Nullable(Of DateTime) = Nothing, Optional recoveryProviderErrorMessage As String = Nothing, Optional entityId As String = Nothing, Optional errorId As String = Nothing, Optional customerResolvability As String = Nothing)
Parameters
- errorSource
- String
Source of error.
- errorType
- String
Type of error.
- errorLevel
- String
Level of error.
- errorCategory
- String
Category of error.
- errorCode
- String
Error code.
- summaryMessage
- String
Summary message of the entity.
- errorMessage
- String
Error message.
- possibleCauses
- String
Possible causes of error.
- recommendedAction
- String
Recommended action to resolve error.
- recoveryProviderErrorMessage
- String
DRA error message.
- entityId
- String
ID of the entity.
- errorId
- String
The health error unique id.
- customerResolvability
- String
Value indicating whether the health error is customer resolvable. Possible values include: 'Allowed', 'NotAllowed'