次の方法で共有


IWithSiteConfigs<FluentT>.WithWebAppAlwaysOn(Boolean) メソッド

定義

Web アプリの電源をオンにしている VM の電源を常にオンにするかどうかを指定します。

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

パラメーター

alwaysOn
Boolean

True を指定すると、Web アプリの電源が常にオンになります。

戻り値

適用対象