Interface WebDeployment
-
- All Superinterfaces:
Executable<WebDeployment>,HasParent<WebAppBase>,Indexable
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
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()OffsetDateTimeendTime()OffsetDateTimestartTime()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Executable
execute, executeAsync
-
-
-
-
Method Detail
-
deployer
String deployer()
- Returns:
- username of the deployer
-
startTime
OffsetDateTime startTime()
- Returns:
- the start time of the deploy operation
-
endTime
OffsetDateTime endTime()
- Returns:
- the end time of the deploy operation
-
complete
boolean complete()
- Returns:
- whether the deployment operation has completed
-
-