LimitObject Class
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.
The resource quota limit value.
[Newtonsoft.Json.JsonObject("LimitValue")]
public class LimitObject : Microsoft.Azure.Management.Quota.Models.LimitJsonObject
[<Newtonsoft.Json.JsonObject("LimitValue")>]
type LimitObject = class
inherit LimitJsonObject
Public Class LimitObject
Inherits LimitJsonObject
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
LimitObject() |
Initializes a new instance of the LimitObject class. |
LimitObject(Int32, String) |
Initializes a new instance of the LimitObject class. |
Properties
LimitType |
Gets or sets possible values include: 'Independent', 'Shared' |
Value |
Gets or sets the quota/limit value |
Methods
Validate() |
Validate the object. |