Bagikan melalui


QuotaProperties Class

Definition

Quota properties for the specified resource.

public class QuotaProperties
type QuotaProperties = class
Public Class QuotaProperties
Inheritance
QuotaProperties

Constructors

QuotaProperties()

Initializes a new instance of the QuotaProperties class.

QuotaProperties(LimitJsonObject, String, ResourceName, String, String, Nullable<Boolean>, Object)

Initializes a new instance of the QuotaProperties class.

Properties

IsQuotaApplicable

Gets states if quota can be requested for this resource.

Limit

Gets or sets resource quota limit properties.

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 over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant.

ResourceType

Gets or sets resource type name.

Unit

Gets The quota units, 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.

Applies to