Interface WebApp.UpdateStages.WithStartUpCommand
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Appliable<WebApp>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<WebAppBase.Update<WebApp>>,WebApp.Update,WebApp.UpdateStages.WithAppServicePlan,WebApp.UpdateStages.WithDockerContainerImage,WebAppBase.Update<WebApp>,WebAppBase.UpdateStages.WithAppSettings<WebApp>,WebAppBase.UpdateStages.WithAuthentication<WebApp>,WebAppBase.UpdateStages.WithClientAffinityEnabled<WebApp>,WebAppBase.UpdateStages.WithClientCertEnabled<WebApp>,WebAppBase.UpdateStages.WithConnectionString<WebApp>,WebAppBase.UpdateStages.WithDiagnosticLogging<WebApp>,WebAppBase.UpdateStages.WithHostNameBinding<WebApp>,WebAppBase.UpdateStages.WithHostNameSslBinding<WebApp>,WebAppBase.UpdateStages.WithManagedServiceIdentity<WebApp>,WebAppBase.UpdateStages.WithScmSiteAlsoStopped<WebApp>,WebAppBase.UpdateStages.WithSiteConfigs<WebApp>,WebAppBase.UpdateStages.WithSourceControl<WebApp>,WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess<WebApp>,WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess<WebApp>
- Enclosing interface:
- WebApp.UpdateStages
public static interface WebApp.UpdateStages.WithStartUpCommand extends WebApp.Update
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.UpdatewithStartUpCommand(String startUpCommand)Specifies the startup command.-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebApp.UpdateStages.WithAppServicePlan
withExistingAppServicePlan, withNewAppServicePlan, withNewAppServicePlan, withNewFreeAppServicePlan, withNewSharedAppServicePlan
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebApp.UpdateStages.WithDockerContainerImage
withBuiltInImage, withPrivateDockerHubImage, withPrivateRegistryImage, withPublicDockerHubImage
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithAppSettings
withAppSetting, withAppSettings, withAppSettingStickiness, withoutAppSetting, withStickyAppSetting, withStickyAppSettings
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithAuthentication
defineAuthentication, withoutAuthentication
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithClientAffinityEnabled
withClientAffinityEnabled
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithClientCertEnabled
withClientCertEnabled
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithConnectionString
withConnectionString, withConnectionStringStickiness, withoutConnectionString, withStickyConnectionString
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithDiagnosticLogging
updateDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabled
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithHostNameBinding
defineHostnameBinding, withManagedHostnameBindings, withoutHostnameBinding, withThirdPartyHostnameBinding
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithHostNameSslBinding
defineSslBinding, withoutSslBinding
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithManagedServiceIdentity
withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentity
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithScmSiteAlsoStopped
withScmSiteAlsoStopped
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithSiteConfigs
withAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withNetFrameworkVersion, withoutDefaultDocument, withoutJava, withoutPython, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabled
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithSourceControl
defineSourceControl, withLocalGitSourceControl, withoutSourceControl
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithSystemAssignedIdentityBasedAccess
withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessTo, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup, withSystemAssignedIdentityBasedAccessToCurrentResourceGroup
-
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.UpdateStages.WithUserAssignedManagedServiceIdentityBasedAccess
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
-
-
-
-
Method Detail
-
withStartUpCommand
WebApp.Update withStartUpCommand(String startUpCommand)
Specifies the startup command.- Parameters:
startUpCommand- startup command to replace "CMD" in Dockerfile- Returns:
- the next stage of the definition
-
-