ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFabricSwitchProviderBlockingErrorDetails 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 InMageRcmFabricSwitchProviderBlockingErrorDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFabricSwitchProviderBlockingErrorDetails InMageRcmFabricSwitchProviderBlockingErrorDetails (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 InMageRcmFabricSwitchProviderBlockingErrorDetails : string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFabricSwitchProviderBlockingErrorDetails
Public Shared Function InMageRcmFabricSwitchProviderBlockingErrorDetails (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 InMageRcmFabricSwitchProviderBlockingErrorDetails
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 InMageRcmFabricSwitchProviderBlockingErrorDetails instance for mocking.