VmImagesInEdgeZoneListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.fluent.models.VmImagesInEdgeZoneListResultInner

Implements

public final class VmImagesInEdgeZoneListResultInner
implements JsonSerializable<VmImagesInEdgeZoneListResultInner>

The List VmImages in EdgeZone operation response.

Method Summary

Modifier and Type Method and Description
static VmImagesInEdgeZoneListResultInner fromJson(JsonReader jsonReader)

Reads an instance of VmImagesInEdgeZoneListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The URI to fetch the next page of VMImages in EdgeZone.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<VirtualMachineImageResourceInner> value()

Get the value property: The list of VMImages in EdgeZone.

Methods inherited from java.lang.Object

Method Details

fromJson

public static VmImagesInEdgeZoneListResultInner fromJson(JsonReader jsonReader)

Reads an instance of VmImagesInEdgeZoneListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of VmImagesInEdgeZoneListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the VmImagesInEdgeZoneListResultInner.

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:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<VirtualMachineImageResourceInner> value()

Get the value property: The list of VMImages in EdgeZone.

Returns:

the value value.

Applies to