JobCollectionGetResponse.PromotionCode Property
Optional. The promotion code for buying the resource.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
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
Property Value
Type: System.String
See Also
JobCollectionGetResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top