次の方法で共有


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)

適用対象