Uses of Class
com.microsoft.azure.management.appservice.RedundancyMode
-
-
Uses of RedundancyMode in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return RedundancyMode Modifier and Type Method Description static RedundancyModeRedundancyMode. fromString(String value)Parses a serialized value to a RedundancyMode instance.RedundancyModeSitePatchResource. redundancyMode()Get site redundancy mode.static RedundancyModeRedundancyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RedundancyMode[]RedundancyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type RedundancyMode Modifier and Type Method Description SitePatchResourceSitePatchResource. withRedundancyMode(RedundancyMode redundancyMode)Set site redundancy mode.
-