BatchLocationQuotaInner Class
- java.
lang. Object - com.
azure. resourcemanager. batch. fluent. models. BatchLocationQuotaInner
- com.
Implements
public final class BatchLocationQuotaInner
implements JsonSerializable<BatchLocationQuotaInner>
Quotas associated with a Batch region for a particular subscription.
Constructor Summary
| Constructor | Description |
|---|---|
| BatchLocationQuotaInner() |
Creates an instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
accountQuota()
Get the account |
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
BatchLocationQuotaInner
public BatchLocationQuotaInner()
Creates an instance of BatchLocationQuotaInner class.
Method Details
accountQuota
public Integer accountQuota()
Get the accountQuota property: The number of Batch accounts that may be created under the subscription in the specified region.
Returns:
fromJson
public static BatchLocationQuotaInner fromJson(JsonReader jsonReader)
Reads an instance of BatchLocationQuotaInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.