ArmHDInsightModelFactory.HDInsightClusterValidationErrorInfo Method

Definition

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