Uses of Class
com.microsoft.azure.management.appservice.AppServicePlanPatchResource
Packages that use AppServicePlanPatchResource
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AppServicePlanPatchResource in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AppServicePlanPatchResourceModifier and TypeMethodDescriptionAppServicePlanPatchResource.withFreeOfferExpirationTime(org.joda.time.DateTime freeOfferExpirationTime) Set the time when the server farm free offer expires.AppServicePlanPatchResource.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set specification for the App Service Environment to use for the App Service plan.AppServicePlanPatchResource.withHyperV(Boolean hyperV) Set if Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.AppServicePlanPatchResource.withIsSpot(Boolean isSpot) Set if <code>true</code>, this App Service Plan owns spot instances.AppServicePlanPatchResource.withIsXenon(Boolean isXenon) Set obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.AppServicePlanPatchResource.withMaximumElasticWorkerCount(Integer maximumElasticWorkerCount) Set maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan.AppServicePlanPatchResource.withPerSiteScaling(Boolean perSiteScaling) Set if <code>true</code>, apps assigned to this App Service plan can be scaled independently.AppServicePlanPatchResource.withReserved(Boolean reserved) Set if Linux app service plan <code>true</code>, <code>false</code> otherwise.AppServicePlanPatchResource.withSpotExpirationTime(org.joda.time.DateTime spotExpirationTime) Set the time when the server farm expires.AppServicePlanPatchResource.withTargetWorkerCount(Integer targetWorkerCount) Set scaling worker count.AppServicePlanPatchResource.withTargetWorkerSizeId(Integer targetWorkerSizeId) Set scaling worker size ID.AppServicePlanPatchResource.withWorkerTierName(String workerTierName) Set target worker tier assigned to the App Service plan.