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, create, createAsync, createAsyncnamewithTag, withTagswithClientAffinityEnabledwithClientCertEnabledwithScmSiteAlsoStoppedwithAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withMinTlsVersion, withNetFrameworkVersion, withoutDefaultDocument, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabledwithAppSetting, withAppSettings, withStickyAppSetting, withStickyAppSettingswithConnectionString, withStickyConnectionStringdefineSourceControl, withLocalGitSourceControldefineHostnameBinding, withManagedHostnameBindings, withThirdPartyHostnameBindingdefineSslBindingdefineAuthenticationdefineDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabledwithoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentitywithAccessFromIpAddress, withAccessFromIpAddressRange, withAccessFromNetworkSubnet, withAccessRuleWebApp.DefinitionStages.WithCreate withStartUpCommand(String startUpCommand)
startUpCommand - startup command to replace "CMD" in DockerfileVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.