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