Class InformaticaServerlessRuntimeResourceListResult
java.lang.Object
com.azure.resourcemanager.informaticadatamanagement.models.InformaticaServerlessRuntimeResourceListResult
- All Implemented Interfaces:
com.azure.json.JsonSerializable<InformaticaServerlessRuntimeResourceListResult>
public final class InformaticaServerlessRuntimeResourceListResult
extends Object
implements com.azure.json.JsonSerializable<InformaticaServerlessRuntimeResourceListResult>
The response of a InformaticaServerlessRuntimeResource list operation.
-
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InformaticaServerlessRuntimeResourceListResult from the JsonReader.nextLink()Get the nextLink property: The link to the next page of items.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.value()Get the value property: The InformaticaServerlessRuntimeResource items on this page.
-
Method Details
-
value
Get the value property: The InformaticaServerlessRuntimeResource items on this page.- Returns:
- the value value.
-
nextLink
Get the nextLink property: The link to the next page of items.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<InformaticaServerlessRuntimeResourceListResult>- Throws:
IOException
-
fromJson
public static InformaticaServerlessRuntimeResourceListResult fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of InformaticaServerlessRuntimeResourceListResult from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of InformaticaServerlessRuntimeResourceListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the InformaticaServerlessRuntimeResourceListResult.
-