public static interface WebApp.DefinitionStages.WithStartUpCommand extends WebApp.DefinitionStages.WithCreate
Modifier and Type | Method and Description |
---|---|
WebApp.DefinitionStages.WithCreate |
withStartUpCommand(String startUpCommand)
Specifies the startup command.
|
create, createAsync, createAsync
key
name
withTag, withTags
withClientAffinityEnabled
withClientCertEnabled
withScmSiteAlsoStopped
withAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withNetFrameworkVersion, withoutDefaultDocument, withoutPhp, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabled
withAppSetting, withAppSettings, withStickyAppSetting, withStickyAppSettings
withConnectionString, withStickyConnectionString
defineSourceControl, withLocalGitSourceControl
defineHostnameBinding, withManagedHostnameBindings, withThirdPartyHostnameBinding
defineSslBinding
defineAuthentication
defineDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabled
withoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentity
WebApp.DefinitionStages.WithCreate withStartUpCommand(String startUpCommand)
startUpCommand
- startup command to replace "CMD" in DockerfileCopyright © 2019. All rights reserved.