Interface WebApp.DefinitionStages.WithStartUpCommand

All Superinterfaces:
Creatable<WebApp>, HasName, Indexable, Resource.DefinitionWithTags<WebAppBase.DefinitionStages.WithCreate<WebApp>>, WebApp.DefinitionStages.WithCreate, WebAppBase.DefinitionStages.WithAppSettings<WebApp>, WebAppBase.DefinitionStages.WithAuthentication<WebApp>, WebAppBase.DefinitionStages.WithClientAffinityEnabled<WebApp>, WebAppBase.DefinitionStages.WithClientCertEnabled<WebApp>, WebAppBase.DefinitionStages.WithConnectionString<WebApp>, WebAppBase.DefinitionStages.WithCreate<WebApp>, WebAppBase.DefinitionStages.WithDiagnosticLogging<WebApp>, WebAppBase.DefinitionStages.WithHostNameBinding<WebApp>, WebAppBase.DefinitionStages.WithHostNameSslBinding<WebApp>, WebAppBase.DefinitionStages.WithManagedServiceIdentity<WebApp>, WebAppBase.DefinitionStages.WithNetworkAccess<WebApp>, WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<WebApp>, WebAppBase.DefinitionStages.WithSiteConfigs<WebApp>, WebAppBase.DefinitionStages.WithSourceControl<WebApp>
All Known Subinterfaces:
WebApp.Definition
Enclosing interface:
WebApp.DefinitionStages

public static interface WebApp.DefinitionStages.WithStartUpCommand extends WebApp.DefinitionStages.WithCreate
A web app definition allowing docker startup command to be specified. This will replace the "CMD" section in the Dockerfile.
  • Method Details

    • withStartUpCommand

      WebApp.DefinitionStages.WithCreate withStartUpCommand(String startUpCommand)
      Specifies the startup command.
      Parameters:
      startUpCommand - startup command to replace "CMD" in Dockerfile
      Returns:
      the next stage of the definition