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

WebDeployment Interface

public interface WebDeployment extends Executable,HasParent

A client-side representation allowing user to deploy to a web app through web deployment (MSDeploy).

Method Summary

Modifier and Type Method and Description
boolean complete()
String deployer()
DateTime endTime()
DateTime startTime()

Inherited Members

Method Details

complete

public boolean complete()

Returns:

whether the deployment operation has completed

deployer

public String deployer()

Returns:

username of the deployer

endTime

public DateTime endTime()

Returns:

the end time of the deploy operation

startTime

public DateTime startTime()

Returns:

the start time of the deploy operation

Applies to