EndpointInner.OptimizationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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