Interface WebDeployment
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Executable<WebDeployment>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<WebAppBase>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
@Beta(V1_2_0) public interface WebDeployment extends com.microsoft.azure.management.resources.fluentcore.model.Executable<WebDeployment>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<WebAppBase>
A client-side representation allowing user to deploy to a web app through web deployment (MSDeploy).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebDeployment.DefinitionThe entirety of web deployment parameters definition.static interfaceWebDeployment.DefinitionStagesGrouping of web deployment definition stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancomplete()Stringdeployer()org.joda.time.DateTimeendTime()org.joda.time.DateTimestartTime()-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Executable
execute, executeAsync, executeAsync
-
-
-
-
Method Detail
-
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
-
-