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