| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PolicyMode |
PolicyMode.DETECTION
Static value Detection for PolicyMode.
|
static PolicyMode |
PolicyMode.PREVENTION
Static value Prevention for PolicyMode.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyMode |
PolicyMode.fromString(String name)
Creates or finds a PolicyMode from its string representation.
|
PolicyMode |
PolicySettings.mode()
Get the mode property: Describes if it is in detection mode or prevention mode at policy level.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySettings |
PolicySettings.withMode(PolicyMode mode)
Set the mode property: Describes if it is in detection mode or prevention mode at policy level.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.