次の方法で共有


JobErrorDetails.InternalDiagnostics プロパティ

定義

ジョブ エラーの詳細を要求しているユーザーが取得する十分なアクセス許可を持っている場合は、内部診断スタック トレースを取得します。それ以外の場合は空になります。

[Newtonsoft.Json.JsonProperty(PropertyName="internalDiagnostics")]
public string InternalDiagnostics { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="internalDiagnostics")>]
member this.InternalDiagnostics : string
Public ReadOnly Property InternalDiagnostics As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象