JobCollectionGetResponse.PromotionCode 属性

 

可选。 购买资源促销代码。

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

语法

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

属性值

Type: System.String

请参阅

JobCollectionGetResponse 类
Microsoft.WindowsAzure.Management.Scheduler.Models 命名空间

返回页首