次の方法で共有


IWebDeployment インターフェイス

定義

ユーザーが 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>)

適用対象