Compartir a través de


PagedSchedules Class

Definition

Paged list of schedules.

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

Constructors

PagedSchedules()

Creates an new PagedSchedules instance.

Properties

NextLink

The link to get the next page of schedule results.

Value

The array page of schedule results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedSchedules.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedSchedules.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedSchedules into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to