Share via


CloudServiceListResponse.CloudService.AddOnResource.UsageLimit Class

 

Describes the current utilization and metering of a resource item.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource.UsageLimit

Syntax

public class UsageLimit
public ref class UsageLimit 
type UsageLimit = class end
Public Class UsageLimit

Constructors

Name Description
System_CAPS_pubmethod CloudServiceListResponse.CloudService.AddOnResource.UsageLimit()

Initializes a new instance of the UsageLimit class.

Properties

Name Description
System_CAPS_pubproperty AmountIncluded

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

System_CAPS_pubproperty AmountUsed

Optional. The amount of this resource that has already been used.

System_CAPS_pubproperty Name

Optional. The name of this usage limit.

System_CAPS_pubproperty Unit

Optional. The unit in which this usage limit is measured.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top