次の方法で共有


JobStream.StreamType プロパティ

定義

ストリームの種類を取得または設定します。 使用可能な値は、'Progress'、'Output'、'Warning'、'Error'、'Debug'、'Verbose'、'Any' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.streamType")]
public string StreamType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.streamType")>]
member this.StreamType : string with get, set
Public Property StreamType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象