ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryJobProviderError Method
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.
Initializes a new instance of SiteRecoveryJobProviderError.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryJobProviderError SiteRecoveryJobProviderError (int? errorCode = default, string errorMessage = default, string errorId = default, string possibleCauses = default, string recommendedAction = default);
static member SiteRecoveryJobProviderError : Nullable<int> * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryJobProviderError
Public Shared Function SiteRecoveryJobProviderError (Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorMessage As String = Nothing, Optional errorId As String = Nothing, Optional possibleCauses As String = Nothing, Optional recommendedAction As String = Nothing) As SiteRecoveryJobProviderError
Parameters
- errorMessage
- String
The Error message.
- errorId
- String
The Provider error Id.
- possibleCauses
- String
The possible causes for the error.
- recommendedAction
- String
The recommended action to resolve the error.
Returns
A new SiteRecoveryJobProviderError instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET