Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServiceEnvironmentPatchResourceInner
Packages that use AppServiceEnvironmentPatchResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of AppServiceEnvironmentPatchResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type AppServiceEnvironmentPatchResourceInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.update
(String resourceGroupName, String name, AppServiceEnvironmentPatchResourceInner hostingEnvironmentEnvelope) Create or update an App Service Environment.AppServiceEnvironmentsClient.updateAsync
(String resourceGroupName, String name, AppServiceEnvironmentPatchResourceInner hostingEnvironmentEnvelope) Create or update an App Service Environment.com.azure.core.http.rest.Response
<AppServiceEnvironmentResourceInner> AppServiceEnvironmentsClient.updateWithResponse
(String resourceGroupName, String name, AppServiceEnvironmentPatchResourceInner hostingEnvironmentEnvelope, com.azure.core.util.Context context) Create or update an App Service Environment.Mono
<com.azure.core.http.rest.Response<AppServiceEnvironmentResourceInner>> AppServiceEnvironmentsClient.updateWithResponseAsync
(String resourceGroupName, String name, AppServiceEnvironmentPatchResourceInner hostingEnvironmentEnvelope) Create or update an App Service Environment. -
Uses of AppServiceEnvironmentPatchResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AppServiceEnvironmentPatchResourceInnerModifier and TypeMethodDescriptionAppServiceEnvironmentPatchResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AppServiceEnvironmentPatchResourceInner from the JsonReader.AppServiceEnvironmentPatchResourceInner.withClusterSettings
(List<NameValuePair> clusterSettings) Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentPatchResourceInner.withCustomDnsSuffixConfiguration
(CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Set the customDnsSuffixConfiguration property: Full view of the custom domain suffix configuration for ASEv3.AppServiceEnvironmentPatchResourceInner.withDedicatedHostCount
(Integer dedicatedHostCount) Set the dedicatedHostCount property: Dedicated Host Count.AppServiceEnvironmentPatchResourceInner.withDnsSuffix
(String dnsSuffix) Set the dnsSuffix property: DNS suffix of the App Service Environment.AppServiceEnvironmentPatchResourceInner.withFrontEndScaleFactor
(Integer frontEndScaleFactor) Set the frontEndScaleFactor property: Scale factor for front-ends.AppServiceEnvironmentPatchResourceInner.withInternalLoadBalancingMode
(LoadBalancingMode internalLoadBalancingMode) Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentPatchResourceInner.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.AppServiceEnvironmentPatchResourceInner.withMultiSize
(String multiSize) Set the multiSize property: Front-end VM size, e.g.AppServiceEnvironmentPatchResourceInner.withNetworkingConfiguration
(AseV3NetworkingConfigurationInner networkingConfiguration) Set the networkingConfiguration property: Full view of networking configuration for an ASE.AppServiceEnvironmentPatchResourceInner.withUpgradePreference
(UpgradePreference upgradePreference) Set the upgradePreference property: Upgrade Preference.AppServiceEnvironmentPatchResourceInner.withUserWhitelistedIpRanges
(List<String> userWhitelistedIpRanges) Set the userWhitelistedIpRanges property: User added ip ranges to whitelist on ASE db.AppServiceEnvironmentPatchResourceInner.withVirtualNetwork
(VirtualNetworkProfile virtualNetwork) Set the virtualNetwork property: Description of the Virtual Network.AppServiceEnvironmentPatchResourceInner.withZoneRedundant
(Boolean zoneRedundant) Set the zoneRedundant property: Whether or not this App Service Environment is zone-redundant.