Uses of Class
com.azure.resourcemanager.appservice.models.Channels
-
Packages that use Channels 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. -
-
Uses of Channels in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return Channels Modifier and Type Method Description ChannelsRecommendationInner. channels()Get the channels property: List of channels that this recommendation can apply.ChannelsRecommendationProperties. channels()Get the channels property: List of channels that this recommendation can apply.ChannelsRecommendationRuleInner. channels()Get the channels property: List of available channels that this rule applies.ChannelsRecommendationRuleProperties. channels()Get the channels property: List of available channels that this rule applies.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type Channels Modifier and Type Method Description RecommendationInnerRecommendationInner. withChannels(Channels channels)Set the channels property: List of channels that this recommendation can apply.RecommendationPropertiesRecommendationProperties. withChannels(Channels channels)Set the channels property: List of channels that this recommendation can apply.RecommendationRuleInnerRecommendationRuleInner. withChannels(Channels channels)Set the channels property: List of available channels that this rule applies.RecommendationRulePropertiesRecommendationRuleProperties. withChannels(Channels channels)Set the channels property: List of available channels that this rule applies. -
Uses of Channels in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Channels Modifier and Type Method Description static ChannelsChannels. fromString(String value)Parses a serialized value to a Channels instance.static ChannelsChannels. 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.
-