| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingMode |
AppServiceEnvironment.internalLoadBalancingMode()
Get the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
LoadBalancingMode |
AppServiceEnvironmentResourceInner.internalLoadBalancingMode()
Get the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceEnvironment |
AppServiceEnvironment.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)
Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
AppServiceEnvironmentResourceInner |
AppServiceEnvironmentResourceInner.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)
Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
| Modifier and Type | Field and Description |
|---|---|
static LoadBalancingMode |
LoadBalancingMode.NONE
Static value None for LoadBalancingMode.
|
static LoadBalancingMode |
LoadBalancingMode.PUBLISHING
Static value Publishing for LoadBalancingMode.
|
static LoadBalancingMode |
LoadBalancingMode.WEB
Static value Web for LoadBalancingMode.
|
static LoadBalancingMode |
LoadBalancingMode.WEB_PUBLISHING
Static value Web, Publishing for LoadBalancingMode.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancingMode |
LoadBalancingMode.fromString(String name)
Creates or finds a LoadBalancingMode from its string representation.
|
LoadBalancingMode |
AppServiceEnvironmentPatchResource.internalLoadBalancingMode()
Get the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)
Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.