Share via


QuotaProperties Class

Definition

Quota properties for the specified resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaPropertiesTypeConverter))]
public class QuotaProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaPropertiesTypeConverter))>]
type QuotaProperties = class
    interface IQuotaProperties
    interface IJsonSerializable
Public Class QuotaProperties
Implements IQuotaProperties
Inheritance
QuotaProperties
Attributes
Implements

Constructors

QuotaProperties()

Creates an new QuotaProperties instance.

Properties

IsQuotaApplicable

States if quota can be requested for this resource.

Limit

Resource quota limit properties.

NameLocalizedValue

Resource display name.

NameValue

Resource name.

Property

Additional properties for the specific resource provider.

QuotaPeriod

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

The name of the resource type. Optional field.

Unit

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaProperties.

FromJsonString(String)

Creates a new instance of QuotaProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to