IWithExecute 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義階段,其中包含要建立之資源的所有最小必要輸入,但也允許指定任何其他選擇性設定。
public interface IWithExecute : Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithAddOnPackage, Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithExistingDeploymentsDeleted, Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithSetParameters, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.AppService.Fluent.IWebDeployment>
type IWithExecute = interface
interface IExecutable<IWebDeployment>
interface IIndexable
interface IWithExistingDeploymentsDeleted
interface IWithAddOnPackage
interface IWithSetParameters
Public Interface IWithExecute
Implements IExecutable(Of IWebDeployment), IWithAddOnPackage, IWithExistingDeploymentsDeleted, IWithSetParameters
- 衍生
- 實作
屬性
Key |
定義階段,其中包含要建立之資源的所有最小必要輸入,但也允許指定任何其他選擇性設定。 (繼承來源 IIndexable) |
方法
Execute() |
執行要求。 (繼承來源 IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
以非同步方式執行要求。 (繼承來源 IExecutable<T>) |
WithAddOnPackage(String) |
將額外的套件新增至部署。 (繼承來源 IWithAddOnPackage) |
WithExistingDeploymentsDeleted(Boolean) |
指定是否應該刪除 Web 應用程式上現有的已部署檔案。 (繼承來源 IWithExistingDeploymentsDeleted) |
WithSetParameter(String, String) |
加入部署的參數。 (繼承來源 IWithSetParameters) |
WithSetParametersXmlFile(String) |
指定包含參數的 XML 檔案。 (繼承來源 IWithSetParameters) |