次の方法で共有


AutoscaleSettingData コンストラクター

定義

AutoscaleSettingData の新しいインスタンスを初期化します。

public AutoscaleSettingData (Azure.Core.AzureLocation location, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Models.AutoscaleProfile> profiles);
new Azure.ResourceManager.Monitor.AutoscaleSettingData : Azure.Core.AzureLocation * seq<Azure.ResourceManager.Monitor.Models.AutoscaleProfile> -> Azure.ResourceManager.Monitor.AutoscaleSettingData
Public Sub New (location As AzureLocation, profiles As IEnumerable(Of AutoscaleProfile))

パラメーター

location
AzureLocation

場所。

profiles
IEnumerable<AutoscaleProfile>

異なる期間に異なるスケーリング パラメーターを指定する自動スケーリング プロファイルのコレクション。 指定できるプロファイルは最大 20 個です。

例外

profiles が null です。

適用対象