WebAppBase.Definition<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public interface Definition extends WebAppBase.DefinitionStages.WithWebContainer,WebAppBase.DefinitionStages.WithCreate
The entirety of the web app base definition.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
WebAppBase.DefinitionStages.WithAuthentication<FluentT>.defineAuthentication()
WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>.defineHostnameBinding()
WebAppBase.DefinitionStages.WithSourceControl<FluentT>.defineSourceControl()
WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>.defineSslBinding()
Indexable.key()
HasName.name()
WebAppBase.DefinitionStages.WithAppSettings<FluentT>.withAppSetting(String key, String value)
WebAppBase.DefinitionStages.WithAppSettings<FluentT>.withAppSettings(Map<String, String> settings)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withAutoSwapSlotName(String slotName)
WebAppBase.DefinitionStages.WithClientAffinityEnabled<FluentT>.withClientAffinityEnabled(boolean enabled)
WebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>.withClientCertEnabled(boolean enabled)
WebAppBase.DefinitionStages.WithConnectionString<FluentT>.withConnectionString(String name, String value, ConnectionStringType type)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withDefaultDocument(String document)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withDefaultDocuments(List<String> documents)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withJavaVersion(JavaVersion version)
WebAppBase.DefinitionStages.WithSourceControl<FluentT>.withLocalGitSourceControl()
WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>.withManagedHostnameBindings(AppServiceDomain domain, String... hostnames)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withNetFrameworkVersion(NetFrameworkVersion version)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withoutDefaultDocument(String document)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withoutPhp()
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withPhpVersion(PhpVersion version)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withPlatformArchitecture(PlatformArchitecture platform)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withPythonVersion(PythonVersion version)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withRemoteDebuggingDisabled()
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withRemoteDebuggingEnabled(RemoteVisualStudioVersion remoteVisualStudioVersion)
WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FluentT>.withScmSiteAlsoStopped(boolean scmSiteAlsoStopped)
WebAppBase.DefinitionStages.WithAppSettings<FluentT>.withStickyAppSetting(String key, String value)
WebAppBase.DefinitionStages.WithAppSettings<FluentT>.withStickyAppSettings(Map<String, String> settings)
WebAppBase.DefinitionStages.WithConnectionString<FluentT>.withStickyConnectionString(String name, String value, ConnectionStringType type)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>.withThirdPartyHostnameBinding(String domain, String... hostnames)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withWebAppAlwaysOn(boolean alwaysOn)
WebAppBase.DefinitionStages.WithWebContainer<FluentT>.withWebContainer(WebContainer webContainer)
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>.withWebSocketsEnabled(boolean enabled)
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java