EndpointUpdateParameters.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 string OptimizationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.optimizationType")>]
member this.OptimizationType : string with get, set
Public Property OptimizationType As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET