Uses of Class
com.microsoft.azure.toolkit.lib.appservice.plan.AppServicePlanModule
-
Packages that use AppServicePlanModule Package Description com.microsoft.azure.toolkit.lib.appservice com.microsoft.azure.toolkit.lib.appservice.plan -
-
Uses of AppServicePlanModule in com.microsoft.azure.toolkit.lib.appservice
Fields in com.microsoft.azure.toolkit.lib.appservice declared as AppServicePlanModule Modifier and Type Field Description private AppServicePlanModuleAppServiceServiceSubscription. planModuleMethods in com.microsoft.azure.toolkit.lib.appservice that return AppServicePlanModule Modifier and Type Method Description AppServicePlanModuleAppServiceServiceSubscription. plans()AppServicePlanModuleAzureAppService. plans(String subscriptionId) -
Uses of AppServicePlanModule in com.microsoft.azure.toolkit.lib.appservice.plan
Constructors in com.microsoft.azure.toolkit.lib.appservice.plan with parameters of type AppServicePlanModule Constructor Description AppServicePlan(com.azure.resourcemanager.appservice.models.AppServicePlan remote, AppServicePlanModule module)AppServicePlan(String name, String resourceGroupName, AppServicePlanModule module)AppServicePlanDraft(String name, String resourceGroupName, AppServicePlanModule module)
-