IWebDeployment インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーが Web デプロイ (MSDeploy) を使用して Web アプリにデプロイできるようにするクライアント側の表現。
public interface IWebDeployment : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.AppService.Fluent.IWebDeployment>
type IWebDeployment = interface
interface IBeta
interface IExecutable<IWebDeployment>
interface IIndexable
interface IHasParent<IWebAppBase>
Public Interface IWebDeployment
Implements IBeta, IExecutable(Of IWebDeployment), IHasParent(Of IWebAppBase)
- 実装
プロパティ
Complete |
デプロイ操作が完了したかどうかを取得します。 |
Deployer |
配置者のユーザー名を取得します。 |
EndTime |
デプロイ操作の終了時刻を取得します。 |
Key |
ユーザーが Web デプロイ (MSDeploy) を使用して Web アプリにデプロイできるようにするクライアント側の表現。 (継承元 IIndexable) |
Parent |
この子リソースの親を取得します。 (継承元 IHasParent<ParentT>) |
StartTime |
デプロイ操作の開始時刻を取得します。 |
メソッド
Execute() |
要求を実行します。 (継承元 IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
要求を非同期的に実行します。 (継承元 IExecutable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET