Uses of Class
com.azure.resourcemanager.appservice.models.AppServicePlanPatchResource
Packages that use AppServicePlanPatchResource
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServicePlanPatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type AppServicePlanPatchResourceModifier and TypeMethodDescriptionAppServicePlansClient.update(String resourceGroupName, String name, AppServicePlanPatchResource appServicePlan) Creates or updates an App Service Plan.AppServicePlansClient.updateAsync(String resourceGroupName, String name, AppServicePlanPatchResource appServicePlan) Creates or updates an App Service Plan.com.azure.core.http.rest.Response<AppServicePlanInner> AppServicePlansClient.updateWithResponse(String resourceGroupName, String name, AppServicePlanPatchResource appServicePlan, com.azure.core.util.Context context) Creates or updates an App Service Plan.Mono<com.azure.core.http.rest.Response<AppServicePlanInner>> AppServicePlansClient.updateWithResponseAsync(String resourceGroupName, String name, AppServicePlanPatchResource appServicePlan) Creates or updates an App Service Plan. -
Uses of AppServicePlanPatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppServicePlanPatchResourceModifier and TypeMethodDescriptionstatic AppServicePlanPatchResourceAppServicePlanPatchResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppServicePlanPatchResource from the JsonReader.AppServicePlanPatchResource.withElasticScaleEnabled(Boolean elasticScaleEnabled) Set the elasticScaleEnabled property: ServerFarm supports ElasticScale.AppServicePlanPatchResource.withFreeOfferExpirationTime(OffsetDateTime freeOfferExpirationTime) Set the freeOfferExpirationTime property: The time when the server farm free offer expires.AppServicePlanPatchResource.withHostingEnvironmentProfile(HostingEnvironmentProfile hostingEnvironmentProfile) Set the hostingEnvironmentProfile property: Specification for the App Service Environment to use for the App Service plan.AppServicePlanPatchResource.withHyperV(Boolean hyperV) Set the hyperV property: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.AppServicePlanPatchResource.withIsSpot(Boolean isSpot) Set the isSpot property: If <code>true</code>, this App Service Plan owns spot instances.AppServicePlanPatchResource.withIsXenon(Boolean isXenon) Set the isXenon property: Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.Set the kind property: Kind of resource.AppServicePlanPatchResource.withKubeEnvironmentProfile(KubeEnvironmentProfile kubeEnvironmentProfile) Set the kubeEnvironmentProfile property: Specification for the Kubernetes Environment to use for the App Service plan.AppServicePlanPatchResource.withMaximumElasticWorkerCount(Integer maximumElasticWorkerCount) Set the maximumElasticWorkerCount property: Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan.AppServicePlanPatchResource.withPerSiteScaling(Boolean perSiteScaling) Set the perSiteScaling property: If <code>true</code>, apps assigned to this App Service plan can be scaled independently.AppServicePlanPatchResource.withReserved(Boolean reserved) Set the reserved property: If Linux app service plan <code>true</code>, <code>false</code> otherwise.AppServicePlanPatchResource.withSpotExpirationTime(OffsetDateTime spotExpirationTime) Set the spotExpirationTime property: The time when the server farm expires.AppServicePlanPatchResource.withTargetWorkerCount(Integer targetWorkerCount) Set the targetWorkerCount property: Scaling worker count.AppServicePlanPatchResource.withTargetWorkerSizeId(Integer targetWorkerSizeId) Set the targetWorkerSizeId property: Scaling worker size ID.AppServicePlanPatchResource.withWorkerTierName(String workerTierName) Set the workerTierName property: Target worker tier assigned to the App Service plan.AppServicePlanPatchResource.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: If <code>true</code>, this App Service Plan will perform availability zone balancing.