CloudServiceListResponse.CloudService.AddOnResource.UsageLimit.AmountIncluded 属性

 

可选。 定义在此资源的计划中包含此用法的限制。

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

语法

public string AmountIncluded { get; set; }
public:
property String^ AmountIncluded {
    String^ get();
    void set(String^ value);
}
member AmountIncluded : string with get, set
Public Property AmountIncluded As String

属性值

Type: System.String

请参阅

CloudServiceListResponse.CloudService.AddOnResource.UsageLimit 类
Microsoft.WindowsAzure.Management.Scheduler.Models 命名空间

返回页首