| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static HeaderAction |
HeaderAction.APPEND
Static value Append for HeaderAction.
|
static HeaderAction |
HeaderAction.DELETE
Static value Delete for HeaderAction.
|
static HeaderAction |
HeaderAction.OVERWRITE
Static value Overwrite for HeaderAction.
|
| Modifier and Type | Method and Description |
|---|---|
static HeaderAction |
HeaderAction.fromString(String name)
Creates or finds a HeaderAction from its string representation.
|
HeaderAction |
HeaderActionParameters.headerAction()
Get the headerAction property: Action to perform.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderActionParameters |
HeaderActionParameters.withHeaderAction(HeaderAction headerAction)
Set the headerAction property: Action to perform.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.