Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServicePlanProperties
Packages that use AppServicePlanProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of AppServicePlanProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type AppServicePlanPropertiesModifier and TypeClassDescriptionfinal classAppServicePlan resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return AppServicePlanPropertiesModifier and TypeMethodDescriptionstatic AppServicePlanPropertiesAppServicePlanProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppServicePlanProperties from the JsonReader.AppServicePlanProperties.withAsyncScalingEnabled(Boolean asyncScalingEnabled) Set the asyncScalingEnabled property: If <code>true</code>, this App Service Plan will attempt to scale asynchronously if there are insufficient workers to scale synchronously.AppServicePlanProperties.withElasticScaleEnabled(Boolean elasticScaleEnabled) Set the elasticScaleEnabled property: ServerFarm supports ElasticScale.AppServicePlanProperties.withFreeOfferExpirationTime(OffsetDateTime freeOfferExpirationTime) Set the freeOfferExpirationTime property: The time when the server farm free offer expires.AppServicePlanProperties.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.AppServicePlanProperties.withHyperV(Boolean hyperV) Set the hyperV property: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.AppServicePlanProperties.withIsSpot(Boolean isSpot) Set the isSpot property: If <code>true</code>, this App Service Plan owns spot instances.AppServicePlanProperties.withIsXenon(Boolean isXenon) Set the isXenon property: Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.AppServicePlanProperties.withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile) Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.AppServicePlanProperties.withMaximumElasticWorkerCount(Integer maximumElasticWorkerCount) Set the maximumElasticWorkerCount property: Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan.AppServicePlanProperties.withPerSiteScaling(Boolean perSiteScaling) Set the perSiteScaling property: If <code>true</code>, apps assigned to this App Service plan can be scaled independently.AppServicePlanProperties.withReserved(Boolean reserved) Set the reserved property: If Linux app service plan <code>true</code>, <code>false</code> otherwise.AppServicePlanProperties.withSpotExpirationTime(OffsetDateTime spotExpirationTime) Set the spotExpirationTime property: The time when the server farm expires.AppServicePlanProperties.withTargetWorkerCount(Integer targetWorkerCount) Set the targetWorkerCount property: Scaling worker count.AppServicePlanProperties.withTargetWorkerSizeId(Integer targetWorkerSizeId) Set the targetWorkerSizeId property: Scaling worker size ID.AppServicePlanProperties.withWorkerTierName(String workerTierName) Set the workerTierName property: Target worker tier assigned to the App Service plan.AppServicePlanProperties.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: If <code>true</code>, this App Service Plan will perform availability zone balancing.