Uses of Enum Class
com.microsoft.azure.management.appservice.InternalLoadBalancingMode
Packages that use InternalLoadBalancingMode
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of InternalLoadBalancingMode in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return InternalLoadBalancingModeModifier and TypeMethodDescriptionstatic InternalLoadBalancingModeInternalLoadBalancingMode.fromString(String value) Parses a serialized value to a InternalLoadBalancingMode instance.AppServiceEnvironmentPatchResource.internalLoadBalancingMode()Get specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.static InternalLoadBalancingModeReturns the enum constant of this class with the specified name.static InternalLoadBalancingMode[]InternalLoadBalancingMode.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 InternalLoadBalancingModeModifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.withInternalLoadBalancingMode(InternalLoadBalancingMode internalLoadBalancingMode) Set specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.