Uses of Interface
com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithLinuxAppFramework
Packages that use WebApp.DefinitionStages.WithLinuxAppFramework
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebApp.DefinitionStages.WithLinuxAppFramework in com.azure.resourcemanager.appservice.models
Subinterfaces of WebApp.DefinitionStages.WithLinuxAppFramework in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models that return WebApp.DefinitionStages.WithLinuxAppFrameworkModifier and TypeMethodDescriptionWebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(ResourceGroup group) Associates the resource with an existing resource group.WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(String groupName) Associates the resource with an existing resource group.WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(PricingTier pricingTier) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(String appServicePlanName, PricingTier pricingTier) Creates a new app service plan to use.WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup()Creates a new resource group to put the resource in.WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition) Creates a new resource group to put the resource in, based on the definition specified.WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup(String name) Creates a new resource group to put the resource in.