### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner"
name: "QuotaResourceInner"
nameWithType: "QuotaResourceInner"
summary: "Quota bucket details object."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **QuotaResourceInner** extends "
constructors:
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.QuotaResourceInner()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.QuotaResourceInner()"
name: "QuotaResourceInner()"
nameWithType: "QuotaResourceInner.QuotaResourceInner()"
summary: "Creates an instance of QuotaResourceInner class."
syntax: "public QuotaResourceInner()"
desc: "Creates an instance of QuotaResourceInner class."
methods:
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.limit()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.limit()"
name: "limit()"
nameWithType: "QuotaResourceInner.limit()"
summary: "Get the limit property: Current quota limit of the quota bucket."
syntax: "public Integer limit()"
desc: "Get the limit property: Current quota limit of the quota bucket."
returns:
description: "the limit value."
type: "Integer"
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.provisioningState()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.provisioningState()"
name: "provisioningState()"
nameWithType: "QuotaResourceInner.provisioningState()"
summary: "Get the provisioningState property: Resource provisioning state."
syntax: "public ResourceState provisioningState()"
desc: "Get the provisioningState property: Resource provisioning state."
returns:
description: "the provisioningState value."
type: ""
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.systemData()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.systemData()"
name: "systemData()"
nameWithType: "QuotaResourceInner.systemData()"
summary: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: ""
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.usage()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.usage()"
name: "usage()"
nameWithType: "QuotaResourceInner.usage()"
summary: "Get the usage property: Current quota usage of the quota bucket."
syntax: "public Integer usage()"
desc: "Get the usage property: Current quota usage of the quota bucket."
returns:
description: "the usage value."
type: "Integer"
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.validate()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.validate()"
name: "validate()"
nameWithType: "QuotaResourceInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.withLimit(java.lang.Integer)"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.withLimit(Integer limit)"
name: "withLimit(Integer limit)"
nameWithType: "QuotaResourceInner.withLimit(Integer limit)"
summary: "Set the limit property: Current quota limit of the quota bucket."
parameters:
- description: "the limit value to set."
name: "limit"
type: "Integer"
syntax: "public QuotaResourceInner withLimit(Integer limit)"
desc: "Set the limit property: Current quota limit of the quota bucket."
returns:
description: "the QuotaResourceInner object itself."
type: ""
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.withUsage(java.lang.Integer)"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.QuotaResourceInner.withUsage(Integer usage)"
name: "withUsage(Integer usage)"
nameWithType: "QuotaResourceInner.withUsage(Integer usage)"
summary: "Set the usage property: Current quota usage of the quota bucket."
parameters:
- description: "the usage value to set."
name: "usage"
type: "Integer"
syntax: "public QuotaResourceInner withUsage(Integer usage)"
desc: "Set the usage property: Current quota usage of the quota bucket."
returns:
description: "the QuotaResourceInner object itself."
type: ""
type: "class"
desc: "Quota bucket details object."
metadata: {}
package: "com.azure.resourcemanager.loadtesting.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtesting:1.0.0