Uses of Class
com.microsoft.azure.toolkit.lib.appservice.webapp.WebAppModule
-
Packages that use WebAppModule Package Description com.microsoft.azure.toolkit.lib.appservice com.microsoft.azure.toolkit.lib.appservice.webapp -
-
Uses of WebAppModule in com.microsoft.azure.toolkit.lib.appservice
Fields in com.microsoft.azure.toolkit.lib.appservice declared as WebAppModule Modifier and Type Field Description private WebAppModuleAppServiceServiceSubscription. webAppModuleMethods in com.microsoft.azure.toolkit.lib.appservice that return WebAppModule Modifier and Type Method Description WebAppModuleAppServiceServiceSubscription. webApps() -
Uses of WebAppModule in com.microsoft.azure.toolkit.lib.appservice.webapp
Methods in com.microsoft.azure.toolkit.lib.appservice.webapp that return WebAppModule Modifier and Type Method Description WebAppModuleAzureWebApp. webApps(String subscriptionId)Constructors in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type WebAppModule Constructor Description WebApp(com.azure.resourcemanager.appservice.models.WebAppBasic remote, WebAppModule module)WebApp(String name, String resourceGroupName, WebAppModule module)WebAppDraft(String name, String resourceGroupName, WebAppModule module)
-