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).
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean complete()  
      String deployer()  
      org.joda.time.DateTime endTime()  
      org.joda.time.DateTime startTime()  
      • 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 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