AvailabilitySetListResult Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. AvailabilitySetListResult
- com.
Implements
public final class AvailabilitySetListResult
implements JsonSerializable<AvailabilitySetListResult>
The response of a AvailabilitySet list operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Availability |
fromJson(JsonReader jsonReader)
Reads an instance of Availability |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Availability |
value()
Get the value property: The Availability |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AvailabilitySetListResult fromJson(JsonReader jsonReader)
Reads an instance of AvailabilitySetListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<AvailabilitySetInner> value()
Get the value property: The AvailabilitySet items on this page.
Returns: