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