WebDeployment Interface
Implements
public interface WebDeployment
extends Executable<WebDeployment>, HasParent<WebAppBase>
A client-side representation allowing user to deploy to a web app through web deployment (MSDeploy).
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean | complete() |
abstract String | deployer() |
abstract
Offset |
endTime() |
abstract
Offset |
startTime() |
Method Details
complete
public abstract boolean complete()
Returns:
whether the deployment operation has completed
deployer
public abstract String deployer()
Returns:
username of the deployer
endTime
public abstract OffsetDateTime endTime()
Returns:
the end time of the deploy operation
startTime
public abstract OffsetDateTime startTime()
Returns:
the start time of the deploy operation
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java