Share via


CloudServiceListResponse.CloudService.AddOnResource.UsageLimits Property

 

Optional. Usage meters associated with an individual resource.

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

Syntax

public IList<CloudServiceListResponse.CloudService.AddOnResource.UsageLimit> UsageLimits { get; set; }
public:
property IList<CloudServiceListResponse::CloudService::AddOnResource::UsageLimit^>^ UsageLimits {
    IList<CloudServiceListResponse::CloudService::AddOnResource::UsageLimit^>^ get();
    void set(IList<CloudServiceListResponse::CloudService::AddOnResource::UsageLimit^>^ value);
}
member UsageLimits : IList<CloudServiceListResponse.CloudService.AddOnResource.UsageLimit> with get, set
Public Property UsageLimits As IList(Of CloudServiceListResponse.CloudService.AddOnResource.UsageLimit)

Property Value

Type: System.Collections.Generic.IList<CloudServiceListResponse.CloudService.AddOnResource.UsageLimit>

See Also

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

Return to top