Share via


BatchLocationQuotaInner Class

  • java.lang.Object
    • com.azure.resourcemanager.batch.fluent.models.BatchLocationQuotaInner

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 BatchLocationQuotaInner class.

Method Summary

Modifier and Type Method and Description
Integer accountQuota()

Get the accountQuota property: The number of Batch accounts that may be created under the subscription in the specified region.

static BatchLocationQuotaInner fromJson(JsonReader jsonReader)

Reads an instance of BatchLocationQuotaInner from the JsonReader.

JsonWriter 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:

the accountQuota value.

fromJson

public static BatchLocationQuotaInner fromJson(JsonReader jsonReader)

Reads an instance of BatchLocationQuotaInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of BatchLocationQuotaInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the BatchLocationQuotaInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to