次の方法で共有


ArmMachineLearningComputeModelFactory.ErrorResponse メソッド

定義

ErrorResponse の新しいインスタンスを初期化します。

public static Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponse ErrorResponse (string code = default, string message = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearningCompute.Models.ErrorDetail> details = default);
static member ErrorResponse : string * string * seq<Azure.ResourceManager.MachineLearningCompute.Models.ErrorDetail> -> Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponse
Public Shared Function ErrorResponse (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IEnumerable(Of ErrorDetail) = Nothing) As ErrorResponse

パラメーター

code
String

エラー コード。

message
String

エラー メッセージ。

details
IEnumerable<ErrorDetail>

エラー詳細オブジェクトの配列

戻り値

モック作成用の新しい ErrorResponse インスタンス。

適用対象