AutoscaleSetting.Profiles 属性

 

可选。

命名空间:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
程序集:  Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)

语法

public IList<AutoscaleProfile> Profiles { get; set; }
public:
property IList<AutoscaleProfile^>^ Profiles {
    IList<AutoscaleProfile^>^ get();
    void set(IList<AutoscaleProfile^>^ value);
}
member Profiles : IList<AutoscaleProfile> with get, set
Public Property Profiles As IList(Of AutoscaleProfile)

属性值

Type: System.Collections.Generic.IList<AutoscaleProfile>

请参阅

AutoscaleSetting 类
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models 命名空间

返回页首