PagedLabPlans 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 plans.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.PagedLabPlansTypeConverter))]
public class PagedLabPlans : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IPagedLabPlans
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.PagedLabPlansTypeConverter))>]
type PagedLabPlans = class
interface IPagedLabPlans
interface IJsonSerializable
Public Class PagedLabPlans
Implements IPagedLabPlans
- Inheritance
-
PagedLabPlans
- Attributes
- Implements
Constructors
PagedLabPlans() |
Creates an new PagedLabPlans instance. |
Properties
NextLink |
The link to get the next page of lab plan results. |
Value |
The array page of lab plans. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PagedLabPlans. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PagedLabPlans. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IPagedLabPlans. |
FromJsonString(String) |
Creates a new instance of PagedLabPlans, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PagedLabPlans into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |