Class ModernReservationTransactionsListResult
- java.lang.Object
-
- com.azure.resourcemanager.consumption.models.ModernReservationTransactionsListResult
-
public final class ModernReservationTransactionsListResult extends Object
Result of listing reservation recommendations.
-
-
Constructor Summary
Constructors Constructor Description ModernReservationTransactionsListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
nextLink()
Get the nextLink property: The link (url) to the next page of results.void
validate()
Validates the instance.List<ModernReservationTransactionInner>
value()
Get the value property: The list of reservation recommendations.
-
-
-
Method Detail
-
value
public List<ModernReservationTransactionInner> value()
Get the value property: The list of reservation recommendations.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: The link (url) to the next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-