Uses of Class
com.azure.resourcemanager.appservice.models.LoadBalancingMode
Packages that use LoadBalancingMode
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of LoadBalancingMode in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return LoadBalancingModeModifier and TypeMethodDescriptionAppServiceEnvironmentInner.internalLoadBalancingMode()Get the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentPatchResourceInner.internalLoadBalancingMode()Get the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentResourceInner.internalLoadBalancingMode()Get the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type LoadBalancingModeModifier and TypeMethodDescriptionAppServiceEnvironmentInner.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode) Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentPatchResourceInner.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode) Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentResourceInner.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode) Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. -
Uses of LoadBalancingMode in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as LoadBalancingModeModifier and TypeFieldDescriptionstatic final LoadBalancingModeLoadBalancingMode.NONEStatic value None for LoadBalancingMode.static final LoadBalancingModeLoadBalancingMode.PUBLISHINGStatic value Publishing for LoadBalancingMode.static final LoadBalancingModeLoadBalancingMode.WEBStatic value Web for LoadBalancingMode.static final LoadBalancingModeLoadBalancingMode.WEB_PUBLISHINGStatic value Web, Publishing for LoadBalancingMode.Methods in com.azure.resourcemanager.appservice.models that return LoadBalancingModeModifier and TypeMethodDescriptionstatic LoadBalancingModeLoadBalancingMode.fromString(String name) Creates or finds a LoadBalancingMode from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type LoadBalancingModeModifier and TypeMethodDescriptionstatic Collection<LoadBalancingMode> LoadBalancingMode.values()Gets known LoadBalancingMode values.