IWebDeployment Interface

Definition

A client-side representation allowing user to deploy to a web app through web deployment (MSDeploy).

public interface IWebDeployment : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.AppService.Fluent.IWebDeployment>
type IWebDeployment = interface
    interface IBeta
    interface IExecutable<IWebDeployment>
    interface IIndexable
    interface IHasParent<IWebAppBase>
Public Interface IWebDeployment
Implements IBeta, IExecutable(Of IWebDeployment), IHasParent(Of IWebAppBase)
Implements

Properties

Complete

Gets whether the deployment operation has completed.

Deployer

Gets username of the deployer.

EndTime

Gets the end time of the deploy operation.

Key (Inherited from IIndexable)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
StartTime

Gets the start time of the deploy operation.

Methods

Execute()

Execute the request.

(Inherited from IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

Execute the request asynchronously.

(Inherited from IExecutable<T>)

Applies to