Interface WebApp.DefinitionStages.WithStartUpCommand
-
- All Superinterfaces:
Creatable<WebApp>,HasName,Indexable,Resource.DefinitionWithTags<WebAppBase.DefinitionStages.WithCreate<WebApp>>,WebApp.DefinitionStages.WithCreate,WebAppBase.DefinitionStages.WithAppSettings<WebApp>,WebAppBase.DefinitionStages.WithAuthentication<WebApp>,WebAppBase.DefinitionStages.WithClientAffinityEnabled<WebApp>,WebAppBase.DefinitionStages.WithClientCertEnabled<WebApp>,WebAppBase.DefinitionStages.WithConnectionString<WebApp>,WebAppBase.DefinitionStages.WithCreate<WebApp>,WebAppBase.DefinitionStages.WithDiagnosticLogging<WebApp>,WebAppBase.DefinitionStages.WithHostNameBinding<WebApp>,WebAppBase.DefinitionStages.WithHostNameSslBinding<WebApp>,WebAppBase.DefinitionStages.WithManagedServiceIdentity<WebApp>,WebAppBase.DefinitionStages.WithNetworkAccess<WebApp>,WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<WebApp>,WebAppBase.DefinitionStages.WithSiteConfigs<WebApp>,WebAppBase.DefinitionStages.WithSourceControl<WebApp>
- All Known Subinterfaces:
WebApp.Definition
- Enclosing interface:
- WebApp.DefinitionStages
public static interface WebApp.DefinitionStages.WithStartUpCommand extends WebApp.DefinitionStages.WithCreate
A web app definition allowing docker startup command to be specified. This will replace the "CMD" section in the Dockerfile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebApp.DefinitionStages.WithCreatewithStartUpCommand(String startUpCommand)Specifies the startup command.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithAppSettings
withAppSetting, withAppSettings, withStickyAppSetting, withStickyAppSettings
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithAuthentication
defineAuthentication
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithClientAffinityEnabled
withClientAffinityEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithClientCertEnabled
withClientCertEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithConnectionString
withConnectionString, withStickyConnectionString
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithDiagnosticLogging
defineDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithHostNameBinding
defineHostnameBinding, withManagedHostnameBindings, withThirdPartyHostnameBinding
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithHostNameSslBinding
defineSslBinding
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithManagedServiceIdentity
withoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithNetworkAccess
withAccessFromIpAddress, withAccessFromIpAddressRange, withAccessFromNetworkSubnet, withAccessRule
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithScmSiteAlsoStopped
withScmSiteAlsoStopped
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithSiteConfigs
withAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withMinTlsVersion, withNetFrameworkVersion, withoutDefaultDocument, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabled
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppBase.DefinitionStages.WithSourceControl
defineSourceControl, withLocalGitSourceControl
-
-
-
-
Method Detail
-
withStartUpCommand
WebApp.DefinitionStages.WithCreate withStartUpCommand(String startUpCommand)
Specifies the startup command.- Parameters:
startUpCommand- startup command to replace "CMD" in Dockerfile- Returns:
- the next stage of the definition
-
-