| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Channels |
RecommendationInner.channels()
Get the channels property: List of channels that this recommendation can apply.
|
Channels |
RecommendationProperties.channels()
Get the channels property: List of channels that this recommendation can apply.
|
Channels |
RecommendationRuleInner.channels()
Get the channels property: List of available channels that this rule applies.
|
Channels |
RecommendationRuleProperties.channels()
Get the channels property: List of available channels that this rule applies.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationInner |
RecommendationInner.withChannels(Channels channels)
Set the channels property: List of channels that this recommendation can apply.
|
RecommendationProperties |
RecommendationProperties.withChannels(Channels channels)
Set the channels property: List of channels that this recommendation can apply.
|
RecommendationRuleInner |
RecommendationRuleInner.withChannels(Channels channels)
Set the channels property: List of available channels that this rule applies.
|
RecommendationRuleProperties |
RecommendationRuleProperties.withChannels(Channels channels)
Set the channels property: List of available channels that this rule applies.
|
| Modifier and Type | Method and Description |
|---|---|
static Channels |
Channels.fromString(String value)
Parses a serialized value to a Channels instance.
|
static Channels |
Channels.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Channels[] |
Channels.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.