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, withNewAppServicePlan, withNewFreeAppServicePlan, withNewSharedAppServicePlanwithRuntimeStackapply, applyAsync, applyAsynckeywithoutTag, withTag, withTagswithClientAffinityEnabledwithClientCertEnabledwithScmSiteAlsoStoppedwithAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withMinTlsVersion, 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, withoutAuthenticationupdateDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabledwithSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentitywithSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup, withSystemAssignedIdentityBasedAccessToCurrentResourceGroupwithExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentitywithBuiltInImage, 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.
*/