Share via


GalleryImageList Class

Definition

The List Gallery Images operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImageListTypeConverter))]
public class GalleryImageList : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryImageList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImageListTypeConverter))>]
type GalleryImageList = class
    interface IGalleryImageList
    interface IJsonSerializable
Public Class GalleryImageList
Implements IGalleryImageList
Inheritance
GalleryImageList
Attributes
Implements

Constructors

GalleryImageList()

Creates an new GalleryImageList instance.

Properties

NextLink

The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions.

Value

A list of Shared Image Gallery images.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryImageList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryImageList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryImageList.

FromJsonString(String)

Creates a new instance of GalleryImageList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryImageList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to