| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceEnvironment |
ValidateRequest.appServiceEnvironment()
Get the appServiceEnvironment property: App Service Environment Properties.
|
AppServiceEnvironment |
AppServiceEnvironment.withClusterSettings(List<NameValuePair> clusterSettings)
Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.
|
AppServiceEnvironment |
AppServiceEnvironment.withDnsSuffix(String dnsSuffix)
Set the dnsSuffix property: DNS suffix of the App Service Environment.
|
AppServiceEnvironment |
AppServiceEnvironment.withFrontEndScaleFactor(Integer frontEndScaleFactor)
Set the frontEndScaleFactor property: Scale factor for front-ends.
|
AppServiceEnvironment |
AppServiceEnvironment.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)
Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
AppServiceEnvironment |
AppServiceEnvironment.withIpsslAddressCount(Integer ipsslAddressCount)
Set the ipsslAddressCount property: Number of IP SSL addresses reserved for the App Service Environment.
|
AppServiceEnvironment |
AppServiceEnvironment.withMultiSize(String multiSize)
Set the multiSize property: Front-end VM size, e.g.
|
AppServiceEnvironment |
AppServiceEnvironment.withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges)
Set the userWhitelistedIpRanges property: User added ip ranges to whitelist on ASE db.
|
AppServiceEnvironment |
AppServiceEnvironment.withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
Set the virtualNetwork property: Description of the Virtual Network.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateRequest |
ValidateRequest.withAppServiceEnvironment(AppServiceEnvironment appServiceEnvironment)
Set the appServiceEnvironment property: App Service Environment Properties.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.