| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateResponseInner |
ResourceProvidersClient.validate(String resourceGroupName,
ValidateRequest validateRequest)
Description for Validate if a resource can be created.
|
Mono<ValidateResponseInner> |
ResourceProvidersClient.validateAsync(String resourceGroupName,
ValidateRequest validateRequest)
Description for Validate if a resource can be created.
|
com.azure.core.http.rest.Response<ValidateResponseInner> |
ResourceProvidersClient.validateWithResponse(String resourceGroupName,
ValidateRequest validateRequest,
com.azure.core.util.Context context)
Description for Validate if a resource can be created.
|
Mono<com.azure.core.http.rest.Response<ValidateResponseInner>> |
ResourceProvidersClient.validateWithResponseAsync(String resourceGroupName,
ValidateRequest validateRequest)
Description for Validate if a resource can be created.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateRequest |
ValidateRequest.withAppServiceEnvironment(AppServiceEnvironment appServiceEnvironment)
Set the appServiceEnvironment property: App Service Environment Properties.
|
ValidateRequest |
ValidateRequest.withCapacity(Integer capacity)
Set the capacity property: Target capacity of the App Service plan (number of VMs).
|
ValidateRequest |
ValidateRequest.withContainerImagePlatform(String containerImagePlatform)
Set the containerImagePlatform property: Platform (windows or linux).
|
ValidateRequest |
ValidateRequest.withContainerImageRepository(String containerImageRepository)
Set the containerImageRepository property: Repository name (image name).
|
ValidateRequest |
ValidateRequest.withContainerImageTag(String containerImageTag)
Set the containerImageTag property: Image tag.
|
ValidateRequest |
ValidateRequest.withContainerRegistryBaseUrl(String containerRegistryBaseUrl)
Set the containerRegistryBaseUrl property: Base URL of the container registry.
|
ValidateRequest |
ValidateRequest.withContainerRegistryPassword(String containerRegistryPassword)
Set the containerRegistryPassword property: Password for to access the container registry.
|
ValidateRequest |
ValidateRequest.withContainerRegistryUsername(String containerRegistryUsername)
Set the containerRegistryUsername property: Username for to access the container registry.
|
ValidateRequest |
ValidateRequest.withHostingEnvironment(String hostingEnvironment)
Set the hostingEnvironment property: Name of App Service Environment where app or App Service plan should be
created.
|
ValidateRequest |
ValidateRequest.withIsSpot(Boolean isSpot)
Set the isSpot property: <code>true</code> if App Service plan is for Spot instances; otherwise,
<code>false</code>.
|
ValidateRequest |
ValidateRequest.withIsXenon(Boolean isXenon)
Set the isXenon property: <code>true</code> if App Service plan is running as a windows container.
|
ValidateRequest |
ValidateRequest.withLocation(String location)
Set the location property: Expected location of the resource.
|
ValidateRequest |
ValidateRequest.withName(String name)
Set the name property: Resource name to verify.
|
ValidateRequest |
ValidateRequest.withNeedLinuxWorkers(Boolean needLinuxWorkers)
Set the needLinuxWorkers property: <code>true</code> if App Service plan is for Linux workers;
otherwise, <code>false</code>.
|
ValidateRequest |
ValidateRequest.withServerFarmId(String serverFarmId)
Set the serverFarmId property: ARM resource ID of an App Service plan that would host the app.
|
ValidateRequest |
ValidateRequest.withSkuName(String skuName)
Set the skuName property: Name of the target SKU for the App Service plan.
|
ValidateRequest |
ValidateRequest.withType(ValidateResourceTypes type)
Set the type property: Resource type used for verification.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.