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 LoadBalancingMode
LoadBalancingMode.NONE
Static value None for LoadBalancingMode.static final LoadBalancingMode
LoadBalancingMode.PUBLISHING
Static value Publishing for LoadBalancingMode.static final LoadBalancingMode
LoadBalancingMode.WEB
Static value Web for LoadBalancingMode.static final LoadBalancingMode
LoadBalancingMode.WEB_PUBLISHING
Static value Web, Publishing for LoadBalancingMode.Methods in com.azure.resourcemanager.appservice.models that return LoadBalancingModeModifier and TypeMethodDescriptionstatic LoadBalancingMode
LoadBalancingMode.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.