Share via


IQuota Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.QuotaTypeConverter))]
public interface IQuota : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.QuotaTypeConverter))>]
type IQuota = interface
    interface IJsonSerializable
Public Interface IQuota
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CurrentValue

The current usage of the resource.

Id

Fully qualified ARM resource id

Limit

The maximum permitted usage of the resource.

NameLocalizedValue

The localized name of the resource.

NameValue

The name of the resource.

Unit

The unit of usage measurement.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to