Bagikan melalui


EndpointUpdateParameters.QueryStringCachingBehavior Property

Definition

Gets or sets defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. Possible values include: 'IgnoreQueryString', 'BypassCaching', 'UseQueryString', 'NotSet'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to