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