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 interface 
    The entirety of web deployment parameters definition.
    static interface 
    Grouping of web deployment definition stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check whether the deployment operation has completed.
    Gets username of the deployer.
    Gest the end time of the deploy operation.
    Gets the start time of the deploy operation.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Executable

    execute, executeAsync

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

    parent

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key
  • Method Details

    • deployer

      String deployer()
      Gets username of the deployer.
      Returns:
      username of the 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