次の方法で共有


ManagedIntegrationRuntimeStatus.OtherErrors プロパティ

定義

この統合ランタイムで発生したエラーを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.otherErrors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError> OtherErrors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.otherErrors")>]
member this.OtherErrors : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError>
Public ReadOnly Property OtherErrors As IList(Of ManagedIntegrationRuntimeError)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象