Class ViewListResult
java.lang.Object
com.azure.resourcemanager.costmanagement.models.ViewListResult
Result of listing views. It contains a list of available views.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ViewListResult
public ViewListResult()Creates an instance of ViewListResult class.
-
-
Method Details
-
value
Get the value property: The list of views.- Returns:
- the value value.
-
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.
-