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