SkuName Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. SkuName
- com.
Implements
public final class SkuName
implements JsonSerializable<SkuName>
The name of sku.
Constructor Summary
| Constructor | Description |
|---|---|
| SkuName() |
Creates an instance of Sku |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sku |
fromJson(JsonReader jsonReader)
Reads an instance of Sku |
| String |
name()
Get the name property: The name property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sku |
withName(String name)
Set the name property: The name property. |
Methods inherited from java.lang.Object
Constructor Details
SkuName
public SkuName()
Creates an instance of SkuName class.
Method Details
fromJson
public static SkuName fromJson(JsonReader jsonReader)
Reads an instance of SkuName from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public SkuName withName(String name)
Set the name property: The name property.
Parameters:
Returns: