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)

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

public ref class UsageLimit 

NameDescription
System_CAPS_pubmethodCloudServiceListResponse::CloudService::AddOnResource::UsageLimit()

Initializes a new instance of the UsageLimit class.

NameDescription
System_CAPS_pubpropertyAmountIncluded

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

System_CAPS_pubpropertyAmountUsed

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

System_CAPS_pubpropertyName

Optional. The name of this usage limit.

System_CAPS_pubpropertyUnit

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: