LimitObject Class

Definition

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
LimitObject
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.

Applies to