ILimitObject Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.LimitObjectTypeConverter))]
public interface ILimitObject : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ILimitJsonObject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.LimitObjectTypeConverter))>]
type ILimitObject = interface
    interface IJsonSerializable
    interface ILimitJsonObject
Public Interface ILimitObject
Implements ILimitJsonObject
Derived
Attributes
Implements

Properties

LimitType

The quota or usages limit types.

Type

The limit object type.

(Inherited from ILimitJsonObject)
Value

The quota/limit value

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to