Uses of Interface
com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithWindowsAppFramework
Packages that use WebApp.DefinitionStages.WithWindowsAppFramework
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebApp.DefinitionStages.WithWindowsAppFramework in com.azure.resourcemanager.appservice.models
Subinterfaces of WebApp.DefinitionStages.WithWindowsAppFramework 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.WithWindowsAppFrameworkModifier and TypeMethodDescriptionWebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withExistingResourceGroup(ResourceGroup group) Associates the resource with an existing resource group.WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withExistingResourceGroup(String groupName) Associates the resource with an existing resource group.WebApp.DefinitionStages.WithNewAppServicePlan.withNewFreeAppServicePlan()Creates a new free app service plan.WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup()Creates a new resource group to put the resource in.WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition) Creates a new resource group to put the resource in, based on the definition specified.WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup(String name) Creates a new resource group to put the resource in.WebApp.DefinitionStages.WithNewAppServicePlan.withNewSharedAppServicePlan()Creates a new shared app service plan.WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(PricingTier pricingTier) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(String appServicePlanName, PricingTier pricingTier) Creates a new app service plan to use.