| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AppServicePlanInner |
AppServicePlansClient.createOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
AppServicePlanInner |
AppServicePlansClient.createOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan,
com.azure.core.util.Context context)
Description for Creates or updates an App Service Plan.
|
AppServicePlanInner |
AppServicePlansClient.getByResourceGroup(String resourceGroupName,
String name)
Description for Get an App Service plan.
|
AppServicePlanInner |
AppServicePlansClient.update(String resourceGroupName,
String name,
AppServicePlanPatchResource appServicePlan)
Description for Creates or updates an App Service Plan.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> |
AppServicePlansClient.beginCreateOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> |
AppServicePlansClient.beginCreateOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan,
com.azure.core.util.Context context)
Description for Creates or updates an App Service Plan.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppServicePlanInner>,AppServicePlanInner> |
AppServicePlansClient.beginCreateOrUpdateAsync(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
AppServicePlanInner |
AppServicePlansClient.createOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
AppServicePlanInner |
AppServicePlansClient.createOrUpdate(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan,
com.azure.core.util.Context context)
Description for Creates or updates an App Service Plan.
|
Mono<AppServicePlanInner> |
AppServicePlansClient.createOrUpdateAsync(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
AppServicePlansClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
AppServicePlanInner appServicePlan)
Description for Creates or updates an App Service Plan.
|
| Modifier and Type | Method and Description |
|---|---|
AppServicePlanInner |
AppServicePlanInner.withElasticScaleEnabled(Boolean elasticScaleEnabled)
Set the elasticScaleEnabled property: ServerFarm supports ElasticScale.
|
AppServicePlanInner |
AppServicePlanInner.withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: Extended Location.
|
AppServicePlanInner |
AppServicePlanInner.withFreeOfferExpirationTime(OffsetDateTime freeOfferExpirationTime)
Set the freeOfferExpirationTime property: The time when the server farm free offer expires.
|
AppServicePlanInner |
AppServicePlanInner.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile)
Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App
Service plan.
|
AppServicePlanInner |
AppServicePlanInner.withHyperV(Boolean hyperV)
Set the hyperV property: If Hyper-V container app service plan <code>true</code>,
<code>false</code> otherwise.
|
AppServicePlanInner |
AppServicePlanInner.withIsSpot(Boolean isSpot)
Set the isSpot property: If <code>true</code>, this App Service Plan owns spot instances.
|
AppServicePlanInner |
AppServicePlanInner.withIsXenon(Boolean isXenon)
Set the isXenon property: Obsolete: If Hyper-V container app service plan <code>true</code>,
<code>false</code> otherwise.
|
AppServicePlanInner |
AppServicePlanInner.withKind(String kind)
Set the kind property: Kind of resource.
|
AppServicePlanInner |
AppServicePlanInner.withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile)
Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service
plan.
|
AppServicePlanInner |
AppServicePlanInner.withLocation(String location) |
AppServicePlanInner |
AppServicePlanInner.withMaximumElasticWorkerCount(Integer maximumElasticWorkerCount)
Set the maximumElasticWorkerCount property: Maximum number of total workers allowed for this ElasticScaleEnabled
App Service Plan.
|
AppServicePlanInner |
AppServicePlanInner.withPerSiteScaling(Boolean perSiteScaling)
Set the perSiteScaling property: If <code>true</code>, apps assigned to this App Service plan can be
scaled independently.
|
AppServicePlanInner |
AppServicePlanInner.withReserved(Boolean reserved)
Set the reserved property: If Linux app service plan <code>true</code>,
<code>false</code> otherwise.
|
AppServicePlanInner |
AppServicePlanInner.withSku(SkuDescription sku)
Set the sku property: Description of a SKU for a scalable resource.
|
AppServicePlanInner |
AppServicePlanInner.withSpotExpirationTime(OffsetDateTime spotExpirationTime)
Set the spotExpirationTime property: The time when the server farm expires.
|
AppServicePlanInner |
AppServicePlanInner.withTags(Map<String,String> tags) |
AppServicePlanInner |
AppServicePlanInner.withTargetWorkerCount(Integer targetWorkerCount)
Set the targetWorkerCount property: Scaling worker count.
|
AppServicePlanInner |
AppServicePlanInner.withTargetWorkerSizeId(Integer targetWorkerSizeId)
Set the targetWorkerSizeId property: Scaling worker size ID.
|
AppServicePlanInner |
AppServicePlanInner.withWorkerTierName(String workerTierName)
Set the workerTierName property: Target worker tier assigned to the App Service plan.
|
AppServicePlanInner |
AppServicePlanInner.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.