Share via


PagedLabs Class

Definition

Paged list of labs.

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

Constructors

PagedLabs()

Creates an new PagedLabs instance.

Properties

NextLink

The link to get the next page of image results.

Value

The array page of lab results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedLabs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedLabs.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedLabs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to