Share via


StreamingEndpoint.CdnEnabled Property

Definition

Gets or sets the CDN enabled flag.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to