Interface WebApp.DefinitionStages.WithWindowsRuntimeStack
- 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.WithScmSiteAlsoStopped<WebApp>
,WebAppBase.DefinitionStages.WithSiteConfigs<WebApp>
,WebAppBase.DefinitionStages.WithSourceControl<WebApp>
- Enclosing interface:
- WebApp.DefinitionStages
public static interface WebApp.DefinitionStages.WithWindowsRuntimeStack
extends WebApp.DefinitionStages.WithCreate
A web app definition allowing runtime stack on Windows operating system to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithRuntimeStack
(WebAppRuntimeStack runtimeStack) Specifies the runtime stack for the web app on Windows operating system.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
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.DefinitionWithTags
withTag, withTags
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithAppSettings
withAppSetting, withAppSettings, withStickyAppSetting, withStickyAppSettings
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithAuthentication
defineAuthentication
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithClientAffinityEnabled
withClientAffinityEnabled
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithClientCertEnabled
withClientCertEnabled
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithConnectionString
withConnectionString, withStickyConnectionString
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithDiagnosticLogging
defineDiagnosticLogsConfiguration, withContainerLoggingDisabled, withContainerLoggingEnabled, withContainerLoggingEnabled
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithHostNameBinding
defineHostnameBinding, withManagedHostnameBindings, withThirdPartyHostnameBinding
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithHostNameSslBinding
defineSslBinding
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithManagedServiceIdentity
withoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentity, withUserAssignedManagedServiceIdentity
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithScmSiteAlsoStopped
withScmSiteAlsoStopped
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithSiteConfigs
withAutoSwapSlotName, withDefaultDocument, withDefaultDocuments, withFtpsState, withHttp20Enabled, withHttpsOnly, withJavaVersion, withManagedPipelineMode, withMinTlsVersion, withNetFrameworkVersion, withoutDefaultDocument, withoutPhp, withPhpVersion, withPlatformArchitecture, withPythonVersion, withRemoteDebuggingDisabled, withRemoteDebuggingEnabled, withVirtualApplications, withWebAppAlwaysOn, withWebSocketsEnabled
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithSourceControl
defineSourceControl, withLocalGitSourceControl
-
Method Details
-
withRuntimeStack
Specifies the runtime stack for the web app on Windows operating system.- Parameters:
runtimeStack
- the runtime stack for web app- Returns:
- the next stage of the definition
-