UsagesProperties Class

Definition

Usage properties for the specified resource.

public class UsagesProperties
type UsagesProperties = class
Public Class UsagesProperties
Inheritance
UsagesProperties

Constructors

UsagesProperties()

Initializes a new instance of the UsagesProperties class.

UsagesProperties(UsagesObject, String, ResourceName, String, String, Nullable<Boolean>, Object)

Initializes a new instance of the UsagesProperties class.

Properties

IsQuotaApplicable

Gets states if quota can be requested for this resource.

Name

Gets or sets resource name provided by the resource provider. Use this property name when requesting quota.

Properties

Gets or sets additional properties for the specific resource provider.

QuotaPeriod

Gets the time period for the summary of the quota usage values. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because it is not relevant for all resources such as compute.

ResourceType

Gets or sets the name of the resource type.

Unit

Gets The units for the quota usage, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

Usages

Gets or sets the quota limit properties for this resource.

Methods

Validate()

Validate the object.

Applies to