共用方式為


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>)

適用於