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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET