你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

适用于