你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebAppBase.DefinitionStages.WithCreate<FluentT> Interface

Type Parameters

FluentT

the type of the resource

public interface WithCreate extends Creatable,Resource.DefinitionWithTags<WithCreate>,WebAppBase.DefinitionStages.WithClientAffinityEnabled,WebAppBase.DefinitionStages.WithClientCertEnabled,WebAppBase.DefinitionStages.WithScmSiteAlsoStopped,WebAppBase.DefinitionStages.WithSiteConfigs,WebAppBase.DefinitionStages.WithAppSettings,WebAppBase.DefinitionStages.WithConnectionString,WebAppBase.DefinitionStages.WithSourceControl,WebAppBase.DefinitionStages.WithHostNameBinding,WebAppBase.DefinitionStages.WithHostNameSslBinding,WebAppBase.DefinitionStages.WithAuthentication

A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.

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.WithSiteConfigs<FluentT>.withWebSocketsEnabled(boolean enabled)

Applies to