你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointUpdateParameters.QueryStringCachingBehavior 属性

定义

获取或设置定义 CDN 如何缓存包含查询字符串的请求。 可以在缓存时忽略任何查询字符串,绕过缓存以防止缓存包含查询字符串的请求,或者使用唯一 URL 缓存每个请求。 可能的值包括:“IgnoreQueryString”、“BypassCaching”、“UseQueryString”、“NotSet”

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于