Uses of Class
com.microsoft.azure.toolkit.lib.appservice.AzureAppService
-
Packages that use AzureAppService Package Description com.microsoft.azure.toolkit.lib.appservice com.microsoft.azure.toolkit.lib.appservice.function com.microsoft.azure.toolkit.lib.appservice.webapp -
-
Uses of AzureAppService in com.microsoft.azure.toolkit.lib.appservice
Constructors in com.microsoft.azure.toolkit.lib.appservice with parameters of type AzureAppService Constructor Description AppServiceServiceSubscription(com.azure.resourcemanager.appservice.AppServiceManager remote, AzureAppService service)AppServiceServiceSubscription(String subscriptionId, AzureAppService service) -
Uses of AzureAppService in com.microsoft.azure.toolkit.lib.appservice.function
Subclasses of AzureAppService in com.microsoft.azure.toolkit.lib.appservice.function Modifier and Type Class Description classAzureFunctionsConstructors in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type AzureAppService Constructor Description FunctionsServiceSubscription(com.azure.resourcemanager.appservice.AppServiceManager remote, AzureAppService service)FunctionsServiceSubscription(String subscriptionId, AzureAppService service) -
Uses of AzureAppService in com.microsoft.azure.toolkit.lib.appservice.webapp
Subclasses of AzureAppService in com.microsoft.azure.toolkit.lib.appservice.webapp Modifier and Type Class Description classAzureWebAppConstructors in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type AzureAppService Constructor Description WebAppServiceSubscription(com.azure.resourcemanager.appservice.AppServiceManager remote, AzureAppService service)WebAppServiceSubscription(String subscriptionId, AzureAppService service)
-