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