| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static QueryStringBehavior |
QueryStringBehavior.EXCLUDE
Static value Exclude for QueryStringBehavior.
|
static QueryStringBehavior |
QueryStringBehavior.EXCLUDE_ALL
Static value ExcludeAll for QueryStringBehavior.
|
static QueryStringBehavior |
QueryStringBehavior.INCLUDE
Static value Include for QueryStringBehavior.
|
static QueryStringBehavior |
QueryStringBehavior.INCLUDE_ALL
Static value IncludeAll for QueryStringBehavior.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryStringBehavior |
QueryStringBehavior.fromString(String name)
Creates or finds a QueryStringBehavior from its string representation.
|
QueryStringBehavior |
CacheKeyQueryStringActionParameters.queryStringBehavior()
Get the queryStringBehavior property: Caching behavior for the requests.
|
| Modifier and Type | Method and Description |
|---|---|
CacheKeyQueryStringActionParameters |
CacheKeyQueryStringActionParameters.withQueryStringBehavior(QueryStringBehavior queryStringBehavior)
Set the queryStringBehavior property: Caching behavior for the requests.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.