PagedLabs 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 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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |