ArmImpactReportingModelFactory.ImpactErrorDetails(String, String) 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.
public static Azure.ResourceManager.ImpactReporting.Models.ImpactErrorDetails ImpactErrorDetails(string errorCode = default, string errorMessage = default);
static member ImpactErrorDetails : string * string -> Azure.ResourceManager.ImpactReporting.Models.ImpactErrorDetails
Public Shared Function ImpactErrorDetails (Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing) As ImpactErrorDetails
Parameters
- errorCode
- String
ARM Error code associated with the impact.
- errorMessage
- String
ARM Error Message associated with the impact.
Returns
A new ImpactErrorDetails instance for mocking.