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