Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServiceEnvironment
Packages that use AppServiceEnvironment
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServiceEnvironment in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AppServiceEnvironmentModifier and TypeMethodDescriptionValidateProperties.appServiceEnvironment()Get the appServiceEnvironment property: App Service Environment Properties.AppServiceEnvironment.withClusterSettings(List<NameValuePair> clusterSettings) Set the clusterSettings property: Custom settings for changing the behavior of the App Service Environment.AppServiceEnvironment.withDedicatedHostCount(Integer dedicatedHostCount) Set the dedicatedHostCount property: Dedicated Host Count.AppServiceEnvironment.withDnsSuffix(String dnsSuffix) Set the dnsSuffix property: DNS suffix of the App Service Environment.AppServiceEnvironment.withFrontEndScaleFactor(Integer frontEndScaleFactor) Set the frontEndScaleFactor property: Scale factor for front-ends.AppServiceEnvironment.withInternalLoadBalancingMode(LoadBalancingMode internalLoadBalancingMode) Set the internalLoadBalancingMode property: Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.AppServiceEnvironment.withIpsslAddressCount(Integer ipsslAddressCount) Set the ipsslAddressCount property: Number of IP SSL addresses reserved for the App Service Environment.AppServiceEnvironment.withMultiSize(String multiSize) Set the multiSize property: Front-end VM size, e.g.AppServiceEnvironment.withUserWhitelistedIpRanges(List<String> userWhitelistedIpRanges) Set the userWhitelistedIpRanges property: User added ip ranges to whitelist on ASE db.AppServiceEnvironment.withVirtualNetwork(VirtualNetworkProfile virtualNetwork) Set the virtualNetwork property: Description of the Virtual Network.AppServiceEnvironment.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 AppServiceEnvironmentModifier 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 AppServiceEnvironmentModifier and TypeMethodDescriptionValidateProperties.withAppServiceEnvironment(AppServiceEnvironment appServiceEnvironment) Set the appServiceEnvironment property: App Service Environment Properties.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type AppServiceEnvironmentModifier and TypeMethodDescriptionDeploymentLocationsInner.withHostingEnvironments(List<AppServiceEnvironment> hostingEnvironments) Set the hostingEnvironments property: Available App Service Environments with full descriptions of the environments. -
Uses of AppServiceEnvironment in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppServiceEnvironmentModifier and TypeMethodDescriptionValidateRequest.appServiceEnvironment()Get the appServiceEnvironment property: App Service Environment Properties.Methods in com.azure.resourcemanager.appservice.models with parameters of type AppServiceEnvironmentModifier and TypeMethodDescriptionValidateRequest.withAppServiceEnvironment(AppServiceEnvironment appServiceEnvironment) Set the appServiceEnvironment property: App Service Environment Properties.