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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of web deployment parameters definition.
    static interface 
    Grouping of web deployment definition stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    org.joda.time.DateTime
     
    org.joda.time.DateTime
     

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Executable

    execute, executeAsync, executeAsync

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent

    parent

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

    key
  • 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