ILimitObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |