你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PagedLabPlans Class

Definition

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.

Applies to