Sets the timeout for deployment (the default is 30 minutes).
- Namespace
- Statiq
.Web .Azure - Containing Type
- DeployAppService
Syntax
public DeployAppService WithTimeout(Config<TimeSpan> timeout)
Parameters
Name | Type | Description |
---|---|---|
timeout | Config |
The timeout for deployment. If a successful deployment is not indicated after this time, an exception will be thrown. |
Return Value
Type | Description |
---|---|
DeployAppService | The current module instance. |