Uses of Interface
com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithCreate
Packages that use WebApp.DefinitionStages.WithCreate
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebApp.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of WebApp.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceA web app definition allowing docker startup command to be specified.static interfaceA web app definition allowing app framework on Windows operating system to be specified.Methods in com.azure.resourcemanager.appservice.models that return WebApp.DefinitionStages.WithCreateModifier and TypeMethodDescriptionWebApp.DefinitionStages.WithLinuxAppFramework.withBuiltInImage(RuntimeStack runtimeStack) Specifies the docker container image to be a built in one.WebApp.DefinitionStages.WithWindowsAppFramework.withRuntimeStack(WebAppRuntimeStack runtimeStack) Specifies the runtime stack for the web app on Windows operating system.WebApp.DefinitionStages.WithStartUpCommand.withStartUpCommand(String startUpCommand) Specifies the startup command.