Class GalleryApplicationVersionList
java.lang.Object
com.azure.resourcemanager.compute.models.GalleryApplicationVersionList
The List Gallery Application version operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The uri to fetch the next page of gallery Application Versions.voidvalidate()Validates the instance.value()Get the value property: A list of gallery Application Versions.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of gallery Application Versions.Set the value property: A list of gallery Application Versions.
-
Constructor Details
-
GalleryApplicationVersionList
public GalleryApplicationVersionList()
-
-
Method Details
-
value
Get the value property: A list of gallery Application Versions.- Returns:
- the value value.
-
withValue
Set the value property: A list of gallery Application Versions.- Parameters:
value- the value value to set.- Returns:
- the GalleryApplicationVersionList object itself.
-
nextLink
Get the nextLink property: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the GalleryApplicationVersionList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-