Uses of Class
com.microsoft.azure.management.appservice.ValidateRequest
Packages that use ValidateRequest
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ValidateRequest in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ValidateRequestModifier and TypeMethodDescriptionValidateRequest.withCapacity
(Integer capacity) Set target capacity of the App Service plan (number of VMs).ValidateRequest.withContainerImagePlatform
(String containerImagePlatform) Set platform (windows or linux).ValidateRequest.withContainerImageRepository
(String containerImageRepository) Set repository name (image name).ValidateRequest.withContainerImageTag
(String containerImageTag) Set image tag.ValidateRequest.withContainerRegistryBaseUrl
(String containerRegistryBaseUrl) Set base URL of the container registry.ValidateRequest.withContainerRegistryPassword
(String containerRegistryPassword) Set password for to access the container registry.ValidateRequest.withContainerRegistryUsername
(String containerRegistryUsername) Set username for to access the container registry.ValidateRequest.withHostingEnvironment
(String hostingEnvironment) Set name of App Service Environment where app or App Service plan should be created.ValidateRequest.withIsSpot
(Boolean isSpot) Set <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>.ValidateRequest.withIsXenon
(Boolean isXenon) Set <code>true</code> if App Service plan is running as a windows container.ValidateRequest.withLocation
(String location) Set expected location of the resource.Set resource name to verify.ValidateRequest.withNeedLinuxWorkers
(Boolean needLinuxWorkers) Set <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>.ValidateRequest.withServerFarmId
(String serverFarmId) Set aRM resource ID of an App Service plan that would host the app.ValidateRequest.withSkuName
(String skuName) Set name of the target SKU for the App Service plan.ValidateRequest.withType
(ValidateResourceTypes type) Set resource type used for verification.