| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withElasticScaleEnabled(Boolean elasticScaleEnabled)
Set the elasticScaleEnabled property: ServerFarm supports ElasticScale.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withFreeOfferExpirationTime(OffsetDateTime freeOfferExpirationTime)
Set the freeOfferExpirationTime property: The time when the server farm free offer expires.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)
Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App
Service plan.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withHyperV(Boolean hyperV)
Set the hyperV property: If Hyper-V container app service plan <code>true</code>,
<code>false</code> otherwise.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withIsSpot(Boolean isSpot)
Set the isSpot property: If <code>true</code>, this App Service Plan owns spot instances.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withIsXenon(Boolean isXenon)
Set the isXenon property: Obsolete: If Hyper-V container app service plan <code>true</code>,
<code>false</code> otherwise.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile)
Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service
plan.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withMaximumElasticWorkerCount(Integer maximumElasticWorkerCount)
Set the maximumElasticWorkerCount property: Maximum number of total workers allowed for this ElasticScaleEnabled
App Service Plan.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withPerSiteScaling(Boolean perSiteScaling)
Set the perSiteScaling property: If <code>true</code>, apps assigned to this App Service plan can be
scaled independently.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withReserved(Boolean reserved)
Set the reserved property: If Linux app service plan <code>true</code>,
<code>false</code> otherwise.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withSpotExpirationTime(OffsetDateTime spotExpirationTime)
Set the spotExpirationTime property: The time when the server farm expires.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withTargetWorkerCount(Integer targetWorkerCount)
Set the targetWorkerCount property: Scaling worker count.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withTargetWorkerSizeId(Integer targetWorkerSizeId)
Set the targetWorkerSizeId property: Scaling worker size ID.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withWorkerTierName(String workerTierName)
Set the workerTierName property: Target worker tier assigned to the App Service plan.
|
AppServicePlanPatchResourceProperties |
AppServicePlanPatchResourceProperties.withZoneRedundant(Boolean zoneRedundant)
Set the zoneRedundant property: If <code>true</code>, this App Service Plan will perform availability
zone balancing.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.