次の方法で共有


IWithPerSiteScaling.WithPerSiteScaling(Boolean) メソッド

定義

サイトごとのスケーリングを有効にするかどうかを指定します。

public Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCreate WithPerSiteScaling (bool perSiteScaling);
abstract member WithPerSiteScaling : bool -> Microsoft.Azure.Management.AppService.Fluent.AppServicePlan.Definition.IWithCreate
Public Function WithPerSiteScaling (perSiteScaling As Boolean) As IWithCreate

パラメーター

perSiteScaling
Boolean

各サイトを個別にスケーリングできる場合。

戻り値

適用対象