Partager via


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.

Constructor Summary

Constructor Description
VmImagesInEdgeZoneListResultInner()

Creates an instance of VmImagesInEdgeZoneListResultInner class.

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.

VmImagesInEdgeZoneListResultInner withNextLink(String nextLink)

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

VmImagesInEdgeZoneListResultInner withValue(List<VirtualMachineImageResourceInner> value)

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

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:

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 value()

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

Returns:

the value value.

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:

nextLink - the nextLink value to set.

Returns:

the VmImagesInEdgeZoneListResultInner object itself.

withValue

public VmImagesInEdgeZoneListResultInner withValue(List value)

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

Parameters:

value - the value value to set.

Returns:

the VmImagesInEdgeZoneListResultInner object itself.

Applies to