AutoscaleSettingCreateOrUpdateParameters.Setting 属性

 

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

语法

public AutoscaleSetting Setting { get; set; }
public:
property AutoscaleSetting^ Setting {
    AutoscaleSetting^ get();
    void set(AutoscaleSetting^ value);
}
member Setting : AutoscaleSetting with get, set
Public Property Setting As AutoscaleSetting

属性值

Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.AutoscaleSetting

请参阅

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

返回页首