WebApp.Update Interface
public interface Update extends Appliable,WebApp.UpdateStages.WithAppServicePlan,WebAppBase.Update,WebApp.UpdateStages.WithDockerContainerImage
The template for a web app update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
WebApp.UpdateStages.WithDockerContainerImage.withBuiltInImage(RuntimeStack runtimeStack)
WebApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
WebApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
WebApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
WebApp.UpdateStages.WithDockerContainerImage.withPrivateDockerHubImage(String imageAndTag)
WebApp.UpdateStages.WithDockerContainerImage.withPrivateRegistryImage(String imageAndTag, String serverUrl)
WebApp.UpdateStages.WithDockerContainerImage.withPublicDockerHubImage(String imageAndTag)
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java