| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceEnvironmentResourceInner |
AppServiceEnvironmentsClient.update(String resourceGroupName,
String name,
AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope)
Description for Create or update an App Service Environment.
|
Mono<AppServiceEnvironmentResourceInner> |
AppServiceEnvironmentsClient.updateAsync(String resourceGroupName,
String name,
AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope)
Description for Create or update an App Service Environment.
|
com.azure.core.http.rest.Response<AppServiceEnvironmentResourceInner> |
AppServiceEnvironmentsClient.updateWithResponse(String resourceGroupName,
String name,
AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope,
com.azure.core.util.Context context)
Description for Create or update an App Service Environment.
|
Mono<com.azure.core.http.rest.Response<AppServiceEnvironmentResourceInner>> |
AppServiceEnvironmentsClient.updateWithResponseAsync(String resourceGroupName,
String name,
AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope)
Description for Create or update an App Service Environment.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withClusterSettings(List<NameValuePair> clusterSettings)
Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withDedicatedHostCount(Integer dedicatedHostCount)
Set the dedicatedHostCount property: Dedicated Host Count.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withDnsSuffix(String dnsSuffix)
Set the dnsSuffix property: DNS suffix of the App Service Environment.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withFrontEndScaleFactor(Integer frontEndScaleFactor)
Set the frontEndScaleFactor property: Scale factor for front-ends.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode)
Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network
for the App Service Environment.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withIpsslAddressCount(Integer ipsslAddressCount)
Set the ipsslAddressCount property: Number of IP SSL addresses reserved for the App Service Environment.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withKind(String kind)
Set the kind property: Kind of resource.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withMultiSize(String multiSize)
Set the multiSize property: Front-end VM size, e.g.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges)
Set the userWhitelistedIpRanges property: User added ip ranges to whitelist on ASE db.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
Set the virtualNetwork property: Description of the Virtual Network.
|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withZoneRedundant(Boolean zoneRedundant)
Set the zoneRedundant property: Whether or not this App Service Environment is zone-redundant.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.