ValidateProperties |
ValidateProperties.withAppServiceEnvironment(AppServiceEnvironment appServiceEnvironment) |
Set the appServiceEnvironment property: App Service Environment Properties.
|
ValidateProperties |
ValidateProperties.withCapacity(Integer capacity) |
Set the capacity property: Target capacity of the App Service plan (number of VMs).
|
ValidateProperties |
ValidateProperties.withContainerImagePlatform(String containerImagePlatform) |
Set the containerImagePlatform property: Platform (windows or linux).
|
ValidateProperties |
ValidateProperties.withContainerImageRepository(String containerImageRepository) |
Set the containerImageRepository property: Repository name (image name).
|
ValidateProperties |
ValidateProperties.withContainerImageTag(String containerImageTag) |
Set the containerImageTag property: Image tag.
|
ValidateProperties |
ValidateProperties.withContainerRegistryBaseUrl(String containerRegistryBaseUrl) |
Set the containerRegistryBaseUrl property: Base URL of the container registry.
|
ValidateProperties |
ValidateProperties.withContainerRegistryPassword(String containerRegistryPassword) |
Set the containerRegistryPassword property: Password for to access the container registry.
|
ValidateProperties |
ValidateProperties.withContainerRegistryUsername(String containerRegistryUsername) |
Set the containerRegistryUsername property: Username for to access the container registry.
|
ValidateProperties |
ValidateProperties.withHostingEnvironment(String hostingEnvironment) |
Set the hostingEnvironment property: Name of App Service Environment where app or App Service plan should be
created.
|
ValidateProperties |
ValidateProperties.withIsSpot(Boolean isSpot) |
Set the isSpot property: <code>true</code> if App Service plan is for Spot instances; otherwise,
<code>false</code>.
|
ValidateProperties |
ValidateProperties.withIsXenon(Boolean isXenon) |
Set the isXenon property: <code>true</code> if App Service plan is running as a windows container.
|
ValidateProperties |
ValidateProperties.withNeedLinuxWorkers(Boolean needLinuxWorkers) |
Set the needLinuxWorkers property: <code>true</code> if App Service plan is for Linux workers;
otherwise, <code>false</code>.
|
ValidateProperties |
ValidateProperties.withServerFarmId(String serverFarmId) |
Set the serverFarmId property: ARM resource ID of an App Service plan that would host the app.
|
ValidateProperties |
ValidateProperties.withSkuName(String skuName) |
Set the skuName property: Name of the target SKU for the App Service plan.
|