Compartir a través de


PagedImages Class

Definition

Paged list of Lab services virtual machine images.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.PagedImagesTypeConverter))]
public class PagedImages : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IPagedImages
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.PagedImagesTypeConverter))>]
type PagedImages = class
    interface IPagedImages
    interface IJsonSerializable
Public Class PagedImages
Implements IPagedImages
Inheritance
PagedImages
Attributes
Implements

Constructors

PagedImages()

Creates an new PagedImages instance.

Properties

NextLink

The link to get the next page of image results.

Value

The array page of virtual machine images.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedImages.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedImages.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IPagedImages.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedImages into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to