共用方式為


IWithCreate 介面

定義

具有足夠輸入的網站定義,以在雲端中建立新的 Web 應用程式/部署位置,但公開其他選擇性輸入以指定。

public interface IWithCreate : Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithAppSettings<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithAuthentication<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithClientAffinityEnabled<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithClientCertEnabled<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithConnectionString<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithDiagnosticLogging<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithHostNameBinding<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithHostNameSslBinding<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithManagedServiceIdentity<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithScmSiteAlsoStopped<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithSiteConfigs<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithSourceControl<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<Microsoft.Azure.Management.AppService.Fluent.IWebApp>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IWebApp>
type IWithCreate = interface
    interface ICreatable<IWebApp>
    interface IIndexable
    interface IWithCreate<IWebApp>
    interface IDefinitionWithTags<IWithCreate<IWebApp>>
    interface IWithClientAffinityEnabled<IWebApp>
    interface IWithClientCertEnabled<IWebApp>
    interface IWithScmSiteAlsoStopped<IWebApp>
    interface IWithSiteConfigs<IWebApp>
    interface IWithAppSettings<IWebApp>
    interface IWithConnectionString<IWebApp>
    interface IWithSourceControl<IWebApp>
    interface IWithHostNameBinding<IWebApp>
    interface IWithHostNameSslBinding<IWebApp>
    interface IWithAuthentication<IWebApp>
    interface IWithDiagnosticLogging<IWebApp>
    interface IBeta
    interface IWithManagedServiceIdentity<IWebApp>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IWebApp), IDefinitionWithTags(Of IWithCreate(Of IWebApp)), IWithAppSettings(Of IWebApp), IWithAuthentication(Of IWebApp), IWithClientAffinityEnabled(Of IWebApp), IWithClientCertEnabled(Of IWebApp), IWithConnectionString(Of IWebApp), IWithCreate(Of IWebApp), IWithDiagnosticLogging(Of IWebApp), IWithHostNameBinding(Of IWebApp), IWithHostNameSslBinding(Of IWebApp), IWithManagedServiceIdentity(Of IWebApp), IWithScmSiteAlsoStopped(Of IWebApp), IWithSiteConfigs(Of IWebApp), IWithSourceControl(Of IWebApp)
衍生
實作

屬性

Key

具有足夠輸入的網站定義,以在雲端中建立新的 Web 應用程式/部署位置,但公開其他選擇性輸入以指定。

(繼承來源 IIndexable)
Name

取得可建立資源的名稱。

(繼承來源 ICreatable<T>)

方法

Create()

執行建立要求。

(繼承來源 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

將要求放入佇列,並允許 HTTP 用戶端在系統資源可用時執行。

(繼承來源 ICreatable<T>)
DefineAuthentication()

指定新驗證組態的定義。

(繼承來源 IWithAuthentication<FluentT>)
DefineDiagnosticLogsConfiguration()

取得 指定新診斷記錄組態的定義。

(繼承來源 IWithDiagnosticLogging<FluentT>)
DefineHostnameBinding()

啟動新主機名稱系結的定義。

(繼承來源 IWithHostNameBinding<FluentT>)
DefineSourceControl()

啟動新原始檔控制的定義。

(繼承來源 IWithSourceControl<FluentT>)
DefineSslBinding()

啟動 SSL 系結的定義。

(繼承來源 IWithHostNameSslBinding<FluentT>)
WithAppSetting(String, String)

將應用程式設定新增至 Web 應用程式。

(繼承來源 IWithAppSettings<FluentT>)
WithAppSettings(IDictionary<String,String>)

將 Web 應用程式的應用程式設定指定為地圖。

(繼承來源 IWithAppSettings<FluentT>)
WithAutoSwapSlotName(String)

指定此 Web 應用程式/部署位置中完成部署時,要自動交換的位置名稱。

(繼承來源 IWithSiteConfigs<FluentT>)
WithClientAffinityEnabled(Boolean)

指定是否啟用用戶端親和性。

(繼承來源 IWithClientAffinityEnabled<FluentT>)
WithClientCertEnabled(Boolean)

指定是否已啟用用戶端憑證。

(繼承來源 IWithClientCertEnabled<FluentT>)
WithConnectionString(String, String, ConnectionStringType)

將連接字串新增至 Web 應用程式。

(繼承來源 IWithConnectionString<FluentT>)
WithContainerLoggingDisabled()

停用 Linux Web 應用程式的容器記錄。

(繼承來源 IWithDiagnosticLogging<FluentT>)
WithContainerLoggingEnabled()

指定 Linux Web 應用程式的容器記錄設定。 記錄會儲存在檔案系統上,最多 35 MB。

(繼承來源 IWithDiagnosticLogging<FluentT>)
WithContainerLoggingEnabled(Int32, Int32)

指定 Linux Web 應用程式的容器記錄設定。

(繼承來源 IWithDiagnosticLogging<FluentT>)
WithDefaultDocument(String)

加入預設檔。

(繼承來源 IWithSiteConfigs<FluentT>)
WithDefaultDocuments(IList<String>)

新增預設檔的清單。

(繼承來源 IWithSiteConfigs<FluentT>)
WithFtpsState(FtpsState)

設定 Web 應用程式是否支援特定類型的 FTP (S) 。

(繼承來源 IWithSiteConfigs<FluentT>)
WithHttp20Enabled(Boolean)

設定 Web 應用程式是否接受 HTTP 2.0 流量。

(繼承來源 IWithSiteConfigs<FluentT>)
WithHttpsOnly(Boolean)

設定 Web 應用程式是否只接受 HTTPS 流量。

(繼承來源 IWithSiteConfigs<FluentT>)
WithJavaVersion(JavaVersion)

指定 JAVA 版本。

(繼承來源 IWithSiteConfigs<FluentT>)
WithLocalGitSourceControl()

指定要在 Web 應用程式上成為本機 Git 存放庫的原始檔控制。

(繼承來源 IWithSourceControl<FluentT>)
WithManagedHostnameBindings(IAppServiceDomain, String[])

定義 Azure 受控網域的主機名稱清單。 DNS 記錄類型預設為 CNAME,但根層級網域 (除外。

(繼承來源 IWithHostNameBinding<FluentT>)
WithManagedPipelineMode(ManagedPipelineMode)

指定 Managed 管線模式。

(繼承來源 IWithSiteConfigs<FluentT>)
WithNetFrameworkVersion(NetFrameworkVersion)

指定.NET Framework版本。

(繼承來源 IWithSiteConfigs<FluentT>)
WithoutDefaultDocument(String)

移除預設檔。

(繼承來源 IWithSiteConfigs<FluentT>)
WithoutPhp()

關閉 PHP 支援。

(繼承來源 IWithSiteConfigs<FluentT>)
WithoutSystemAssignedManagedServiceIdentity()

指定必須停用系統指派 (本機) 受控服務識別。

(繼承來源 IWithManagedServiceIdentity<FluentT>)
WithPhpVersion(PhpVersion)

指定 PHP 版本。

(繼承來源 IWithSiteConfigs<FluentT>)
WithPlatformArchitecture(PlatformArchitecture)

指定要使用的平臺架構。

(繼承來源 IWithSiteConfigs<FluentT>)
WithPythonVersion(PythonVersion)

指定 Python 版本。

(繼承來源 IWithSiteConfigs<FluentT>)
WithRemoteDebuggingDisabled()

停用遠端偵錯。

(繼承來源 IWithSiteConfigs<FluentT>)
WithRemoteDebuggingEnabled(RemoteVisualStudioVersion)

指定遠端偵錯的 Visual Studio 版本。

(繼承來源 IWithSiteConfigs<FluentT>)
WithScmSiteAlsoStopped(Boolean)

指定當 Web 應用程式停止時,SCM 網站是否也會停止。

(繼承來源 IWithScmSiteAlsoStopped<FluentT>)
WithStickyAppSetting(String, String)

將應用程式設定新增至 Web 應用程式。 此應用程式設定也會在部署位置交換之後交換。

(繼承來源 IWithAppSettings<FluentT>)
WithStickyAppSettings(IDictionary<String,String>)

將 Web 應用程式的應用程式設定指定為地圖。 這些應用程式設定也會在部署位置交換之後交換。

(繼承來源 IWithAppSettings<FluentT>)
WithStickyConnectionString(String, String, ConnectionStringType)

將連接字串新增至 Web 應用程式。 此連接字串也會在部署位置交換之後交換。

(繼承來源 IWithConnectionString<FluentT>)
WithSystemAssignedManagedServiceIdentity()

指定必須在 Web 應用程式中啟用系統指派的受控服務識別。

(繼承來源 IWithManagedServiceIdentity<FluentT>)
WithTag(String, String)

將標籤新增至資源。

(繼承來源 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

將資源的標籤指定為 {@link Map}。

(繼承來源 IDefinitionWithTags<T>)
WithThirdPartyHostnameBinding(String, String[])

定義外部購買網域的主機名稱清單。 主機名稱必須先設定,再手動指向 Web 應用程式。

(繼承來源 IWithHostNameBinding<FluentT>)
WithUserAssignedManagedServiceIdentity()

指定必須在 Web 應用程式中啟用使用者指派的受控服務識別。

(繼承來源 IWithManagedServiceIdentity<FluentT>)
WithVirtualApplications(IList<VirtualApplication>)

設定 Web 應用程式中的虛擬應用程式。

(繼承來源 IWithSiteConfigs<FluentT>)
WithWebAppAlwaysOn(Boolean)

指定 Web 應用程式的 VM 是否一律開啟電源。

(繼承來源 IWithSiteConfigs<FluentT>)
WithWebSocketsEnabled(Boolean)

指定是否啟用 Web 通訊端。

(繼承來源 IWithSiteConfigs<FluentT>)

適用於