Uses of Enum Class
com.microsoft.azure.management.appservice.InternalLoadBalancingMode
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of InternalLoadBalancingMode in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionstatic InternalLoadBalancingMode
InternalLoadBalancingMode.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 InternalLoadBalancingMode
Returns 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.Modifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.withInternalLoadBalancingMode
(InternalLoadBalancingMode internalLoadBalancingMode) Set specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.