PagedImages Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |