Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServiceEnvironmentInner
Packages that use AppServiceEnvironmentInner
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of AppServiceEnvironmentInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AppServiceEnvironmentInnerModifier and TypeMethodDescriptionValidatePropertiesInner.appServiceEnvironment()Get the appServiceEnvironment property: App Service Environment Properties.ValidateRequestInner.appServiceEnvironment()Get the appServiceEnvironment property: App Service Environment Properties.static AppServiceEnvironmentInnerAppServiceEnvironmentInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppServiceEnvironmentInner from the JsonReader.AppServiceEnvironmentInner.withClusterSettings(List<NameValuePair> clusterSettings) Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironmentInner.withCustomDnsSuffixConfiguration(CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Set the customDnsSuffixConfiguration property: Full view of the custom domain suffix configuration for ASEv3.AppServiceEnvironmentInner.withDedicatedHostCount(Integer dedicatedHostCount) Set the dedicatedHostCount property: Dedicated Host Count.AppServiceEnvironmentInner.withDnsSuffix(String dnsSuffix) Set the dnsSuffix property: DNS suffix of the App Service Environment.AppServiceEnvironmentInner.withFrontEndScaleFactor(Integer frontEndScaleFactor) Set the frontEndScaleFactor property: Scale factor for front-ends.AppServiceEnvironmentInner.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode) Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironmentInner.withIpsslAddressCount(Integer ipsslAddressCount) Set the ipsslAddressCount property: Number of IP SSL addresses reserved for the App Service Environment.AppServiceEnvironmentInner.withMultiSize(String multiSize) Set the multiSize property: Front-end VM size, e.g.AppServiceEnvironmentInner.withNetworkingConfiguration(AseV3NetworkingConfigurationInner networkingConfiguration) Set the networkingConfiguration property: Full view of networking configuration for an ASE.AppServiceEnvironmentInner.withUpgradePreference(UpgradePreference upgradePreference) Set the upgradePreference property: Upgrade Preference.AppServiceEnvironmentInner.withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges) Set the userWhitelistedIpRanges property: User added ip ranges to whitelist on ASE db.AppServiceEnvironmentInner.withVirtualNetwork(VirtualNetworkProfile virtualNetwork) Set the virtualNetwork property: Description of the Virtual Network.AppServiceEnvironmentInner.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: Whether or not this App Service Environment is zone-redundant.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type AppServiceEnvironmentInnerModifier and TypeMethodDescriptionDeploymentLocationsInner.hostingEnvironments()Get the hostingEnvironments property: Available App Service Environments with full descriptions of the environments.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AppServiceEnvironmentInnerModifier and TypeMethodDescriptionValidatePropertiesInner.withAppServiceEnvironment(AppServiceEnvironmentInner appServiceEnvironment) Set the appServiceEnvironment property: App Service Environment Properties.ValidateRequestInner.withAppServiceEnvironment(AppServiceEnvironmentInner appServiceEnvironment) Set the appServiceEnvironment property: App Service Environment Properties.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type AppServiceEnvironmentInnerModifier and TypeMethodDescriptionDeploymentLocationsInner.withHostingEnvironments(List<AppServiceEnvironmentInner> hostingEnvironments) Set the hostingEnvironments property: Available App Service Environments with full descriptions of the environments.