| 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 |
|---|---|
AppServiceEnvironment |
ValidateProperties.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.withDedicatedHostCount(Integer dedicatedHostCount)
Set the dedicatedHostCount property: Dedicated Host Count.
|
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.
|
AppServiceEnvironment |
AppServiceEnvironment.withZoneRedundant(Boolean zoneRedundant)
Set the zoneRedundant property: Whether or not this App Service Environment is zone-redundant.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateProperties |
ValidateProperties.withAppServiceEnvironment(AppServiceEnvironment appServiceEnvironment)
Set the appServiceEnvironment property: App Service Environment Properties.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceEnvironment |
ValidateRequest.appServiceEnvironment()
Get the appServiceEnvironment property: App Service Environment Properties.
|
| 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.