次の方法で共有


FacetError コンストラクター

定義

オーバーロード

FacetError()

FacetError クラスの新しいインスタンスを初期化します。

FacetError(String, IList<ErrorDetails>)

FacetError クラスの新しいインスタンスを初期化します。

FacetError()

FacetError クラスの新しいインスタンスを初期化します。

public FacetError ();
Public Sub New ()

適用対象

FacetError(String, IList<ErrorDetails>)

FacetError クラスの新しいインスタンスを初期化します。

public FacetError (string expression, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.ErrorDetails> errors);
new Microsoft.Azure.Management.ResourceGraph.Models.FacetError : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.ErrorDetails> -> Microsoft.Azure.Management.ResourceGraph.Models.FacetError
Public Sub New (expression As String, errors As IList(Of ErrorDetails))

パラメーター

expression
String

ファセット式。対応するファセット要求と同じです。

errors
IList<ErrorDetails>

検出されたファセット エラーと詳細を含む配列。

適用対象