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