次の方法で共有


LiveEvent.StreamOptions プロパティ

定義

LiveEvent に使用するオプションを取得または設定します。 この値は作成時に指定され、更新できません。 配列エントリ値の有効な値は、'Default' と 'LowLatency' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象