Uses of Class
com.azure.resourcemanager.appnetwork.models.UpgradeReleaseChannel
Packages that use UpgradeReleaseChannel
Package
Description
Package containing the data models for Appnetwork.
-
Uses of UpgradeReleaseChannel in com.azure.resourcemanager.appnetwork.models
Subclasses with type arguments of type UpgradeReleaseChannel in com.azure.resourcemanager.appnetwork.modelsModifier and TypeClassDescriptionfinal classAppLinkMember upgrade release channel.Fields in com.azure.resourcemanager.appnetwork.models declared as UpgradeReleaseChannelModifier and TypeFieldDescriptionstatic final UpgradeReleaseChannelUpgradeReleaseChannel.RAPIDRapid release channel.static final UpgradeReleaseChannelUpgradeReleaseChannel.STABLEStable release channel.Methods in com.azure.resourcemanager.appnetwork.models that return UpgradeReleaseChannelModifier and TypeMethodDescriptionstatic UpgradeReleaseChannelUpgradeReleaseChannel.fromString(String name) Creates or finds a UpgradeReleaseChannel from its string representation.FullyManagedUpgradeProfile.releaseChannel()Get the releaseChannel property: Release channel.Methods in com.azure.resourcemanager.appnetwork.models that return types with arguments of type UpgradeReleaseChannelModifier and TypeMethodDescriptionstatic Collection<UpgradeReleaseChannel> UpgradeReleaseChannel.values()Gets known UpgradeReleaseChannel values.Methods in com.azure.resourcemanager.appnetwork.models with parameters of type UpgradeReleaseChannelModifier and TypeMethodDescriptionFullyManagedUpgradeProfile.withReleaseChannel(UpgradeReleaseChannel releaseChannel) Set the releaseChannel property: Release channel.