ArmMachineLearningComputeModelFactory.ErrorResponse メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。