Uses of Class
com.azure.resourcemanager.appservice.models.AppServiceEnvironmentPatchResource
Packages that use AppServiceEnvironmentPatchResource
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServiceEnvironmentPatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type AppServiceEnvironmentPatchResourceModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.update(String resourceGroupName, String name, AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope) Description for Create or update an App Service Environment.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. -
Uses of AppServiceEnvironmentPatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppServiceEnvironmentPatchResourceModifier and TypeMethodDescriptionAppServiceEnvironmentPatchResource.withClusterSettings(List<NameValuePair> clusterSettings) Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentPatchResource.withDedicatedHostCount(Integer dedicatedHostCount) Set the dedicatedHostCount property: Dedicated Host Count.AppServiceEnvironmentPatchResource.withDnsSuffix(String dnsSuffix) Set the dnsSuffix property: DNS suffix of the App Service Environment.AppServiceEnvironmentPatchResource.withFrontEndScaleFactor(Integer frontEndScaleFactor) Set the frontEndScaleFactor property: Scale factor for front-ends.AppServiceEnvironmentPatchResource.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode) Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentPatchResource.withIpsslAddressCount(Integer ipsslAddressCount) Set the ipsslAddressCount property: Number of IP SSL addresses reserved for the App Service Environment.Set the kind property: Kind of resource.AppServiceEnvironmentPatchResource.withMultiSize(String multiSize) Set the multiSize property: Front-end VM size, e.g.AppServiceEnvironmentPatchResource.withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges) Set the userWhitelistedIpRanges property: User added ip ranges to whitelist on ASE db.AppServiceEnvironmentPatchResource.withVirtualNetwork(VirtualNetworkProfile virtualNetwork) Set the virtualNetwork property: Description of the Virtual Network.AppServiceEnvironmentPatchResource.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: Whether or not this App Service Environment is zone-redundant.