Share via


CloudServiceListResponse.CloudService.AddOnResource.UsageLimit.AmountIncluded Property

 

Optional. Defines the limit of this usage included in this resource's plan.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

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

Property Value

Type: System.String

See Also

CloudServiceListResponse.CloudService.AddOnResource.UsageLimit Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top