| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static CacheBehavior |
CacheBehavior.BYPASS_CACHE
Static value BypassCache for CacheBehavior.
|
static CacheBehavior |
CacheBehavior.OVERRIDE
Static value Override for CacheBehavior.
|
static CacheBehavior |
CacheBehavior.SET_IF_MISSING
Static value SetIfMissing for CacheBehavior.
|
| Modifier and Type | Method and Description |
|---|---|
CacheBehavior |
CacheExpirationActionParameters.cacheBehavior()
Get the cacheBehavior property: Caching behavior for the requests.
|
static CacheBehavior |
CacheBehavior.fromString(String name)
Creates or finds a CacheBehavior from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
CacheExpirationActionParameters |
CacheExpirationActionParameters.withCacheBehavior(CacheBehavior cacheBehavior)
Set the cacheBehavior property: Caching behavior for the requests.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.