次の方法で共有


StreamingEndpoint.CdnEnabled プロパティ

定義

CDN 対応フラグを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.cdnEnabled")]
public bool? CdnEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.cdnEnabled")>]
member this.CdnEnabled : Nullable<bool> with get, set
Public Property CdnEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象