次の方法で共有


EndpointUpdateParameters.OptimizationType プロパティ

定義

取得または設定は、お客様がこの CDN エンドポイントを最適化するシナリオ (ダウンロード、メディア サービスなど) を指定します。 この情報を使用すると、CDN はシナリオ駆動型の最適化を適用できます。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象