次の方法で共有


Runbook.OutputTypes プロパティ

定義

Runbook の出力の種類を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outputTypes")]
public System.Collections.Generic.IList<string> OutputTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outputTypes")>]
member this.OutputTypes : System.Collections.Generic.IList<string> with get, set
Public Property OutputTypes As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象