public static interface WebApp.UpdateStages.WithStartUpCommand extends WebApp.Update
| Modifier and Type | Method and Description |
|---|---|
WebApp.Update |
withStartUpCommand(String startUpCommand)
Specifies the startup command.
|
withExistingAppServicePlan, withNewAppServicePlan, withNewAppServicePlan, withNewFreeAppServicePlan, withNewSharedAppServicePlanapply, applyAsync, applyAsynckeywithoutTag, withTag, withTagswithClientAffinityEnabledwithClientCertEnabledwithScmSiteAlsoStoppedwithAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withNetFrameworkVersion, withoutDefaultDocument, withoutJava, withoutPython, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabledwithAppSetting, withAppSettings, withAppSettingStickiness, withoutAppSetting, withStickyAppSetting, withStickyAppSettingswithConnectionString, withConnectionStringStickiness, withoutConnectionString, withStickyConnectionStringdefineSourceControl, withLocalGitSourceControl, withoutSourceControldefineHostnameBinding, withManagedHostnameBindings, withoutHostnameBinding, withThirdPartyHostnameBindingdefineSslBinding, withoutSslBindingdefineAuthentication, withoutAuthenticationwithContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabledwithSystemAssignedManagedServiceIdentitywithSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup, withSystemAssignedIdentityBasedAccessToCurrentResourceGroupwithBuiltInImage, withPrivateDockerHubImage, withPrivateRegistryImage, withPublicDockerHubImageWebApp.Update withStartUpCommand(String startUpCommand)
startUpCommand - startup command to replace "CMD" in Dockerfile/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/