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