Uses of Interface
com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithCreate
-
Packages that use WebApp.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.appservice.models 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.models Modifier and Type Interface Description static interfaceWebApp.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceWebApp.DefinitionStages.WithStartUpCommandA web app definition allowing docker startup command to be specified.static interfaceWebApp.DefinitionStages.WithWindowsAppFrameworkA web app definition allowing app framework on Windows operating system to be specified.Methods in com.azure.resourcemanager.appservice.models that return WebApp.DefinitionStages.WithCreate Modifier and Type Method Description WebApp.DefinitionStages.WithCreateWebApp.DefinitionStages.WithLinuxAppFramework. withBuiltInImage(RuntimeStack runtimeStack)Specifies the docker container image to be a built in one.WebApp.DefinitionStages.WithCreateWebApp.DefinitionStages.WithWindowsAppFramework. withRuntimeStack(WebAppRuntimeStack runtimeStack)Specifies the runtime stack for the web app on Windows operating system.WebApp.DefinitionStages.WithCreateWebApp.DefinitionStages.WithStartUpCommand. withStartUpCommand(String startUpCommand)Specifies the startup command.
-