QuotaUsageResultName Class
- java.
lang. Object - com.
azure. resourcemanager. search. models. QuotaUsageResultName
- com.
Implements
public final class QuotaUsageResultName
implements JsonSerializable<QuotaUsageResultName>
The name of the SKU supported by Azure AI Search.
Constructor Summary
Constructor | Description |
---|---|
QuotaUsageResultName() |
Creates an instance of Quota |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Quota |
fromJson(JsonReader jsonReader)
Reads an instance of Quota |
String |
localizedValue()
Get the localized |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: The SKU name supported by Azure AI Search. |
Quota |
withLocalizedValue(String localizedValue)
Set the localized |
Quota |
withValue(String value)
Set the value property: The SKU name supported by Azure AI Search. |
Methods inherited from java.lang.Object
Constructor Details
QuotaUsageResultName
public QuotaUsageResultName()
Creates an instance of QuotaUsageResultName class.
Method Details
fromJson
public static QuotaUsageResultName fromJson(JsonReader jsonReader)
Reads an instance of QuotaUsageResultName from the JsonReader.
Parameters:
Returns:
Throws:
localizedValue
public String localizedValue()
Get the localizedValue property: The localized string value for the SKU name.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: The SKU name supported by Azure AI Search.
Returns:
withLocalizedValue
public QuotaUsageResultName withLocalizedValue(String localizedValue)
Set the localizedValue property: The localized string value for the SKU name.
Parameters:
Returns:
withValue
public QuotaUsageResultName withValue(String value)
Set the value property: The SKU name supported by Azure AI Search.
Parameters:
Returns:
Applies to
Azure SDK for Java