Interface WebApp.UpdateStages.WithStartUpCommand

All Superinterfaces:
Appliable<WebApp>, Indexable, Resource.UpdateWithTags<WebAppBase.Update<WebApp>>, WebApp.Update, WebApp.UpdateStages.WithAppServicePlan, WebApp.UpdateStages.WithContainerImage, WebApp.UpdateStages.WithLinuxAppImage, WebApp.UpdateStages.WithWindowsRuntimeStack, WebAppBase.Update<WebApp>, WebAppBase.UpdateStages.WithAppSettings<WebApp>, WebAppBase.UpdateStages.WithAuthentication<WebApp>, WebAppBase.UpdateStages.WithClientAffinityEnabled<WebApp>, WebAppBase.UpdateStages.WithClientCertEnabled<WebApp>, WebAppBase.UpdateStages.WithConnectionString<WebApp>, WebAppBase.UpdateStages.WithDiagnosticLogging<WebApp>, WebAppBase.UpdateStages.WithHostNameBinding<WebApp>, WebAppBase.UpdateStages.WithHostNameSslBinding<WebApp>, WebAppBase.UpdateStages.WithManagedServiceIdentity<WebApp>, WebAppBase.UpdateStages.WithNetworkAccess<WebApp>, WebAppBase.UpdateStages.WithScmSiteAlsoStopped<WebApp>, WebAppBase.UpdateStages.WithSiteConfigs<WebApp>, WebAppBase.UpdateStages.WithSourceControl<WebApp>, WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess<WebApp>, WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess<WebApp>
Enclosing interface:
WebApp.UpdateStages

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

    • withStartUpCommand

      WebApp.Update withStartUpCommand(String startUpCommand)
      Specifies the startup command.
      Parameters:
      startUpCommand - startup command to replace "CMD" in Dockerfile
      Returns:
      the next stage of the web app update