RestorePointCollectionListResult Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. RestorePointCollectionListResult
- com.
Implements
public final class RestorePointCollectionListResult
implements JsonSerializable<RestorePointCollectionListResult>
The List restore point collection operation response.
Constructor | Description |
---|---|
Restore |
Creates an instance of Restore |
Modifier and Type | Method and Description |
---|---|
static
Restore |
from Reads an instance of Restore |
String |
next Get the next |
Json |
to |
void |
validate()
Validates the instance. |
List<Restore |
value()
Get the value property: Gets the list of restore point collections. |
Restore |
with Set the next |
Restore |
with Set the value property: Gets the list of restore point collections. |
Methods inherited from java.lang.Object
RestorePointCollectionListResult
public RestorePointCollectionListResult()
Creates an instance of RestorePointCollectionListResult class.
fromJson
public static RestorePointCollectionListResult fromJson(JsonReader jsonReader)
Reads an instance of RestorePointCollectionListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Gets the list of restore point collections.
Returns:
withNextLink
public RestorePointCollectionListResult withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections.
Parameters:
Returns:
withValue
public RestorePointCollectionListResult withValue(List
Set the value property: Gets the list of restore point collections.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: