Uses of Enum Class
com.microsoft.azure.management.appservice.RedundancyMode
Packages that use RedundancyMode
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of RedundancyMode in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return RedundancyModeModifier and TypeMethodDescriptionstatic RedundancyMode
RedundancyMode.fromString
(String value) Parses a serialized value to a RedundancyMode instance.SitePatchResource.redundancyMode()
Get site redundancy mode.static RedundancyMode
Returns the enum constant of this class with the specified name.static RedundancyMode[]
RedundancyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type RedundancyModeModifier and TypeMethodDescriptionSitePatchResource.withRedundancyMode
(RedundancyMode redundancyMode) Set site redundancy mode.