ValidateRequest |
ValidateRequest.withCapacity(Integer capacity) |
Set target capacity of the App Service plan (number of VMs).
|
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.withIsXenon(Boolean isXenon) |
Set <code>true</code> if App Service plan is running as a windows container.
|
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.
|