次の方法で共有


Transform.Outputs プロパティ

定義

Transform で生成する必要がある 1 つ以上の TransformOutput の配列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TransformOutput> Outputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outputs")>]
member this.Outputs : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TransformOutput> with get, set
Public Property Outputs As IList(Of TransformOutput)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象