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