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

IWithExecute 接口

定义

定义的阶段,它包含要创建的资源所需的所有最低输入,但也允许指定任何其他可选设置。

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)

适用于