ArmHDInsightModelFactory.HDInsightClusterValidationErrorInfo 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 HDInsightClusterValidationErrorInfo.
public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterValidationErrorInfo HDInsightClusterValidationErrorInfo (string code = default, string message = default, string errorResource = default, System.Collections.Generic.IEnumerable<string> messageArguments = default);
static member HDInsightClusterValidationErrorInfo : string * string * string * seq<string> -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterValidationErrorInfo
Public Shared Function HDInsightClusterValidationErrorInfo (Optional code As String = Nothing, Optional message As String = Nothing, Optional errorResource As String = Nothing, Optional messageArguments As IEnumerable(Of String) = Nothing) As HDInsightClusterValidationErrorInfo
Parameters
- code
- String
The error code.
- message
- String
The error message.
- errorResource
- String
The error resource.
- messageArguments
- IEnumerable<String>
The message arguments.
Returns
A new HDInsightClusterValidationErrorInfo instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET