ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmAgentUpgradeBlockingErrorDetails 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 InMageRcmAgentUpgradeBlockingErrorDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmAgentUpgradeBlockingErrorDetails InMageRcmAgentUpgradeBlockingErrorDetails (string errorCode = default, string errorMessage = default, string possibleCauses = default, string recommendedAction = default, System.Collections.Generic.IReadOnlyDictionary<string,string> errorMessageParameters = default, System.Collections.Generic.IReadOnlyDictionary<string,string> errorTags = default);
static member InMageRcmAgentUpgradeBlockingErrorDetails : string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmAgentUpgradeBlockingErrorDetails
Public Shared Function InMageRcmAgentUpgradeBlockingErrorDetails (Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing, Optional possibleCauses As String = Nothing, Optional recommendedAction As String = Nothing, Optional errorMessageParameters As IReadOnlyDictionary(Of String, String) = Nothing, Optional errorTags As IReadOnlyDictionary(Of String, String) = Nothing) As InMageRcmAgentUpgradeBlockingErrorDetails
Parameters
- errorCode
- String
The error code.
- errorMessage
- String
The error message.
- possibleCauses
- String
The possible causes.
- recommendedAction
- String
The recommended action.
- errorMessageParameters
- IReadOnlyDictionary<String,String>
The error message parameters.
- errorTags
- IReadOnlyDictionary<String,String>
The error tags.
Returns
A new InMageRcmAgentUpgradeBlockingErrorDetails instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET