AutoscaleSetting.Enabled 属性
可选。
命名空间: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
程序集: Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)
语法
public bool Enabled { get; set; }
public:
property bool Enabled {
bool get();
void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean
属性值
Type: System.Boolean
请参阅
AutoscaleSetting 类
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models 命名空间
返回页首