Share via


EndpointUpdateParameters.OptimizationType Property

Definition

Gets or sets specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization. Possible values include: 'GeneralWebDelivery', 'GeneralMediaStreaming', 'VideoOnDemandMediaStreaming', 'LargeFileDownload', 'DynamicSiteAcceleration'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.optimizationType")]
public Microsoft.Azure.Management.Cdn.Fluent.Models.OptimizationType OptimizationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.optimizationType")>]
member this.OptimizationType : Microsoft.Azure.Management.Cdn.Fluent.Models.OptimizationType with get, set
Public Property OptimizationType As OptimizationType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to