Uses of Class
com.microsoft.azure.management.appservice.InternalLoadBalancingMode
-
-
Uses of InternalLoadBalancingMode in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return InternalLoadBalancingMode Modifier and Type Method Description static InternalLoadBalancingModeInternalLoadBalancingMode. fromString(String value)Parses a serialized value to a InternalLoadBalancingMode instance.InternalLoadBalancingModeAppServiceEnvironmentPatchResource. internalLoadBalancingMode()Get specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.static InternalLoadBalancingModeInternalLoadBalancingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalLoadBalancingMode[]InternalLoadBalancingMode. 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 InternalLoadBalancingMode Modifier and Type Method Description AppServiceEnvironmentPatchResourceAppServiceEnvironmentPatchResource. withInternalLoadBalancingMode(InternalLoadBalancingMode internalLoadBalancingMode)Set specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
-