VmImagesInEdgeZoneListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. VmImagesInEdgeZoneListResultInner
- com.
Implements
public final class VmImagesInEdgeZoneListResultInner
implements JsonSerializable<VmImagesInEdgeZoneListResultInner>
The List VmImages in EdgeZone operation response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vm |
fromJson(JsonReader jsonReader)
Reads an instance of Vm |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Virtual |
value()
Get the value property: The list of VMImages in Edge |
Methods inherited from java.lang.Object
Method Details
fromJson
public static VmImagesInEdgeZoneListResultInner fromJson(JsonReader jsonReader)
Reads an instance of VmImagesInEdgeZoneListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of VMImages in EdgeZone. Call ListNext() with this URI to fetch the next page of VmImages.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<VirtualMachineImageResourceInner> value()
Get the value property: The list of VMImages in EdgeZone.
Returns: