Uses of Class
com.microsoft.azure.toolkit.lib.appservice.AppServiceServiceSubscription
-
-
Uses of AppServiceServiceSubscription in com.microsoft.azure.toolkit.lib.appservice
Methods in com.microsoft.azure.toolkit.lib.appservice that return AppServiceServiceSubscription Modifier and Type Method Description protected AppServiceServiceSubscriptionAzureAppService. newResource(com.azure.resourcemanager.appservice.AppServiceManager remote) -
Uses of AppServiceServiceSubscription in com.microsoft.azure.toolkit.lib.appservice.function
Subclasses of AppServiceServiceSubscription in com.microsoft.azure.toolkit.lib.appservice.function Modifier and Type Class Description classFunctionsServiceSubscriptionMethods in com.microsoft.azure.toolkit.lib.appservice.function that return AppServiceServiceSubscription Modifier and Type Method Description protected AppServiceServiceSubscriptionAzureFunctions. newResource(com.azure.resourcemanager.appservice.AppServiceManager remote)Constructors in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type AppServiceServiceSubscription Constructor Description FunctionAppModule(AppServiceServiceSubscription parent) -
Uses of AppServiceServiceSubscription in com.microsoft.azure.toolkit.lib.appservice.plan
Constructors in com.microsoft.azure.toolkit.lib.appservice.plan with parameters of type AppServiceServiceSubscription Constructor Description AppServicePlanModule(AppServiceServiceSubscription parent) -
Uses of AppServiceServiceSubscription in com.microsoft.azure.toolkit.lib.appservice.webapp
Subclasses of AppServiceServiceSubscription in com.microsoft.azure.toolkit.lib.appservice.webapp Modifier and Type Class Description classWebAppServiceSubscriptionMethods in com.microsoft.azure.toolkit.lib.appservice.webapp that return AppServiceServiceSubscription Modifier and Type Method Description protected AppServiceServiceSubscriptionAzureWebApp. newResource(com.azure.resourcemanager.appservice.AppServiceManager remote)Constructors in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type AppServiceServiceSubscription Constructor Description WebAppModule(AppServiceServiceSubscription parent)
-