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
slotstringDeployment slot name (e.g., "staging", "preview"). If not specified, deploys to the production slot.
Returns
WithNoWait()
Don't wait for deployment to complete (async deployment).
public AppServiceDeployOptions WithNoWait()
Returns
WithRestart()
Restart the app after deployment completes.
public AppServiceDeployOptions WithRestart()