| Modifier and Type | Method and Description |
|---|---|
ValidateRequest |
ValidateRequest.withCapacity(Integer capacity)
Set target capacity of the App Service plan (number of VM's).
|
ValidateRequest |
ValidateRequest.withHostingEnvironment(String hostingEnvironment)
Set name of App Service Environment where app or App Service plan should be created.
|
ValidateRequest |
ValidateRequest.withIsSpot(Boolean isSpot)
Set <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>.
|
ValidateRequest |
ValidateRequest.withLocation(String location)
Set expected location of the resource.
|
ValidateRequest |
ValidateRequest.withName(String name)
Set resource name to verify.
|
ValidateRequest |
ValidateRequest.withNeedLinuxWorkers(Boolean needLinuxWorkers)
Set <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>.
|
ValidateRequest |
ValidateRequest.withServerFarmId(String serverFarmId)
Set aRM resource ID of an App Service plan that would host the app.
|
ValidateRequest |
ValidateRequest.withSkuName(String skuName)
Set name of the target SKU for the App Service plan.
|
ValidateRequest |
ValidateRequest.withType(ValidateResourceTypes type)
Set resource type used for verification.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/