Interface WebDeployment
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.Executable<WebDeployment>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<WebAppBase>, com.azure.resourcemanager.resources.fluentcore.model.Indexable
public interface WebDeployment
extends com.azure.resourcemanager.resources.fluentcore.model.Executable<WebDeployment>, com.azure.resourcemanager.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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of web deployment parameters definition.static interfaceGrouping of web deployment definition stages. -
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Executable
execute, executeAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
key
-
Method Details
-
deployer
-
startTime
OffsetDateTime startTime()Gets the start time of the deploy operation.- Returns:
- the start time of the deploy operation
-
endTime
OffsetDateTime endTime()Gest the end time of the deploy operation.- Returns:
- the end time of the deploy operation
-
complete
boolean complete()Check whether the deployment operation has completed.- Returns:
- whether the deployment operation has completed
-