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.
Constructor Summary
Constructor | Description |
---|---|
VmImagesInEdgeZoneListResultInner() |
Creates an instance of Vm |
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 |
Vm |
withNextLink(String nextLink)
Set the next |
Vm |
withValue(List<VirtualMachineImageResourceInner> value)
Set the value property: The list of VMImages in Edge |
Methods inherited from java.lang.Object
Constructor Details
VmImagesInEdgeZoneListResultInner
public VmImagesInEdgeZoneListResultInner()
Creates an instance of VmImagesInEdgeZoneListResultInner class.
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
Get the value property: The list of VMImages in EdgeZone.
Returns:
withNextLink
public VmImagesInEdgeZoneListResultInner withNextLink(String nextLink)
Set 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.
Parameters:
Returns:
withValue
public VmImagesInEdgeZoneListResultInner withValue(List
Set the value property: The list of VMImages in EdgeZone.
Parameters:
Returns:
Applies to
Azure SDK for Java