Uses of Class
com.azure.resourcemanager.appservice.models.LoadBalancingMode
-
Packages that use LoadBalancingMode Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 LoadBalancingMode Modifier and Type Method Description LoadBalancingModeAppServiceEnvironment. internalLoadBalancingMode()Get the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.LoadBalancingModeAppServiceEnvironmentResourceInner. 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 LoadBalancingMode Modifier and Type Method Description AppServiceEnvironmentAppServiceEnvironment. withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentResourceInnerAppServiceEnvironmentResourceInner. 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 LoadBalancingMode Modifier and Type Field Description static LoadBalancingModeLoadBalancingMode. NONEStatic value None for LoadBalancingMode.static LoadBalancingModeLoadBalancingMode. PUBLISHINGStatic value Publishing for LoadBalancingMode.static LoadBalancingModeLoadBalancingMode. WEBStatic value Web for LoadBalancingMode.static LoadBalancingModeLoadBalancingMode. WEB_PUBLISHINGStatic value Web, Publishing for LoadBalancingMode.Methods in com.azure.resourcemanager.appservice.models that return LoadBalancingMode Modifier and Type Method Description static LoadBalancingModeLoadBalancingMode. fromString(String name)Creates or finds a LoadBalancingMode from its string representation.LoadBalancingModeAppServiceEnvironmentPatchResource. 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.models that return types with arguments of type LoadBalancingMode Modifier and Type Method Description static Collection<LoadBalancingMode>LoadBalancingMode. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type LoadBalancingMode Modifier and Type Method Description AppServiceEnvironmentPatchResourceAppServiceEnvironmentPatchResource. withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
-