| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ManagedRuleEnabledState |
ManagedRuleEnabledState.DISABLED
Static value Disabled for ManagedRuleEnabledState.
|
static ManagedRuleEnabledState |
ManagedRuleEnabledState.ENABLED
Static value Enabled for ManagedRuleEnabledState.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleEnabledState |
ManagedRuleOverride.enabledState()
Get the enabledState property: Describes if the managed rule is in enabled or disabled state.
|
static ManagedRuleEnabledState |
ManagedRuleEnabledState.fromString(String name)
Creates or finds a ManagedRuleEnabledState from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleOverride |
ManagedRuleOverride.withEnabledState(ManagedRuleEnabledState enabledState)
Set the enabledState property: Describes if the managed rule is in enabled or disabled state.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.