Uses of Class
com.azure.resourcemanager.appnetwork.models.FullyManagedUpgradeProfile
Packages that use FullyManagedUpgradeProfile
Package
Description
Package containing the data models for Appnetwork.
-
Uses of FullyManagedUpgradeProfile in com.azure.resourcemanager.appnetwork.models
Classes in com.azure.resourcemanager.appnetwork.models that implement interfaces with type arguments of type FullyManagedUpgradeProfileModifier and TypeClassDescriptionfinal classAppLinkMember fully managed upgrade profile.Methods in com.azure.resourcemanager.appnetwork.models that return FullyManagedUpgradeProfileModifier and TypeMethodDescriptionstatic FullyManagedUpgradeProfileFullyManagedUpgradeProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FullyManagedUpgradeProfile from the JsonReader.UpgradeProfile.fullyManagedUpgradeProfile()Get the fullyManagedUpgradeProfile property: Fully managed upgrade profile.FullyManagedUpgradeProfile.withReleaseChannel(UpgradeReleaseChannel releaseChannel) Set the releaseChannel property: Release channel.Methods in com.azure.resourcemanager.appnetwork.models with parameters of type FullyManagedUpgradeProfileModifier and TypeMethodDescriptionUpgradeProfile.withFullyManagedUpgradeProfile(FullyManagedUpgradeProfile fullyManagedUpgradeProfile) Set the fullyManagedUpgradeProfile property: Fully managed upgrade profile.