Interface WebDeployment
- All Superinterfaces:
Executable<WebDeployment>
,HasParent<WebAppBase>
,Indexable
@Beta(V1_2_0)
public interface WebDeployment
extends Executable<WebDeployment>, HasParent<WebAppBase>
A client-side representation allowing user to deploy to a web app through web deployment (MSDeploy).
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of web deployment parameters definition.static interface
Grouping of web deployment definition stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Executable
execute, executeAsync, executeAsync
-
Method Details
-
deployer
String deployer()- Returns:
- username of the deployer
-
startTime
org.joda.time.DateTime startTime()- Returns:
- the start time of the deploy operation
-
endTime
org.joda.time.DateTime endTime()- Returns:
- the end time of the deploy operation
-
complete
boolean complete()- Returns:
- whether the deployment operation has completed
-