Table of Contents

Class AppServiceDeployOptions

Namespace
Ando.Operations
Assembly
ando.dll

Fluent options for configuring Azure App Service deployments.

public class AppServiceDeployOptions
Inheritance
AppServiceDeployOptions
Inherited Members

Methods

WithDeploymentSlot(string)

Sets the deployment slot for the app service.

public AppServiceDeployOptions WithDeploymentSlot(string slot)

Parameters

slot string

Deployment slot name (e.g., "staging", "preview"). If not specified, deploys to the production slot.

Returns

AppServiceDeployOptions

WithNoWait()

Don't wait for deployment to complete (async deployment).

public AppServiceDeployOptions WithNoWait()

Returns

AppServiceDeployOptions

WithRestart()

Restart the app after deployment completes.

public AppServiceDeployOptions WithRestart()

Returns

AppServiceDeployOptions