IWithExecute Interface

Definition

The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.

public interface IWithExecute : Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithAddOnPackage, Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithExistingDeploymentsDeleted, Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithSetParameters, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.AppService.Fluent.IWebDeployment>
type IWithExecute = interface
    interface IExecutable<IWebDeployment>
    interface IIndexable
    interface IWithExistingDeploymentsDeleted
    interface IWithAddOnPackage
    interface IWithSetParameters
Public Interface IWithExecute
Implements IExecutable(Of IWebDeployment), IWithAddOnPackage, IWithExistingDeploymentsDeleted, IWithSetParameters
Derived
Implements

Properties

Key (Inherited from IIndexable)

Methods

Execute()

Execute the request.

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

Execute the request asynchronously.

(Inherited from IExecutable<T>)
WithAddOnPackage(String)

Adds an extra package to the deployment.

(Inherited from IWithAddOnPackage)
WithExistingDeploymentsDeleted(Boolean)

Specifies whether existing deployed files on the web app should be deleted.

(Inherited from IWithExistingDeploymentsDeleted)
WithSetParameter(String, String)

Adds a parameter for the deployment.

(Inherited from IWithSetParameters)
WithSetParametersXmlFile(String)

Specifies the XML file containing the parameters.

(Inherited from IWithSetParameters)

Applies to