Uses of Class
com.microsoft.azure.toolkit.lib.appservice.webapp.WebApp
-
Packages that use WebApp Package Description com.microsoft.azure.toolkit.lib.appservice.plan com.microsoft.azure.toolkit.lib.appservice.task com.microsoft.azure.toolkit.lib.appservice.webapp -
-
Uses of WebApp in com.microsoft.azure.toolkit.lib.appservice.plan
Methods in com.microsoft.azure.toolkit.lib.appservice.plan that return types with arguments of type WebApp Modifier and Type Method Description List<WebApp>AppServicePlan. getWebApps() -
Uses of WebApp in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task that return WebApp Modifier and Type Method Description private WebAppCreateOrUpdateWebAppTask. create()private WebAppCreateOrUpdateWebAppTask. update(WebApp webApp)Methods in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type WebApp Modifier and Type Method Description private WebAppCreateOrUpdateWebAppTask. update(WebApp webApp) -
Uses of WebApp in com.microsoft.azure.toolkit.lib.appservice.webapp
Subclasses of WebApp in com.microsoft.azure.toolkit.lib.appservice.webapp Modifier and Type Class Description classWebAppDraftFields in com.microsoft.azure.toolkit.lib.appservice.webapp declared as WebApp Modifier and Type Field Description private WebAppWebAppDraft. originMethods in com.microsoft.azure.toolkit.lib.appservice.webapp that return WebApp Modifier and Type Method Description protected WebAppWebAppModule. newResource(com.azure.resourcemanager.appservice.models.WebSiteBase remote)protected WebAppWebAppModule. newResource(String name, String resourceGroupName)@NotNull WebAppWebAppModule. update(com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<WebApp,?> d)WebAppAzureWebApp. webApp(String resourceId)Methods in com.microsoft.azure.toolkit.lib.appservice.webapp that return types with arguments of type WebApp Modifier and Type Method Description List<WebApp>AzureWebApp. webApps()Methods in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type WebApp Modifier and Type Method Description protected WebAppDraftWebAppModule. newDraftForUpdate(WebApp origin)Method parameters in com.microsoft.azure.toolkit.lib.appservice.webapp with type arguments of type WebApp Modifier and Type Method Description @NotNull WebAppWebAppModule. update(com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<WebApp,?> d)Constructors in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type WebApp Constructor Description WebApp(WebApp origin)copy constructorWebAppDeploymentSlotModule(WebApp parent)WebAppDraft(WebApp origin)
-