Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static InternalLoadBalancingMode |
InternalLoadBalancingMode.fromString(String value)
Parses a serialized value to a InternalLoadBalancingMode instance.
|
InternalLoadBalancingMode |
AppServiceEnvironmentPatchResource.internalLoadBalancingMode()
Get specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
|
static InternalLoadBalancingMode |
InternalLoadBalancingMode.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.
|
Modifier and Type | Method and Description |
---|---|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withInternalLoadBalancingMode(InternalLoadBalancingMode internalLoadBalancingMode)
Set specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
|
Copyright © 2019. All rights reserved.