你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于