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()
Check whether the deployment operation has completed. |
abstract String |
deployer()
Gets username of the deployer. |
abstract
Offset |
endTime()
Gest the end time of the deploy operation. |
abstract
Offset |
startTime()
Gets the start time of the deploy operation. |
Method Details
complete
public abstract boolean complete()
Check whether the deployment operation has completed.
Returns:
deployer
public abstract String deployer()
Gets username of the deployer.
Returns:
endTime
public abstract OffsetDateTime endTime()
Gest the end time of the deploy operation.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the start time of the deploy operation.
Returns:
Applies to
Azure SDK for Java