IWithSiteConfigs<FluentT>.WithWebAppAlwaysOn(Boolean) Method

Definition

Specifies if the VM powering the web app is always powered on.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithWebAppAlwaysOn (bool alwaysOn);
abstract member WithWebAppAlwaysOn : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithWebAppAlwaysOn (alwaysOn As Boolean) As IWithCreate(Of FluentT)

Parameters

alwaysOn
Boolean

True if the web app is always powered on.

Returns

Applies to