共用方式為


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 應用程式一律開啟電源。

傳回

適用於