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

ScalingPlanPooledScheduleList Class

Definition

List of ScalingPlanPooledSchedule definitions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ScalingPlanPooledScheduleListTypeConverter))]
public class ScalingPlanPooledScheduleList : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledScheduleList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ScalingPlanPooledScheduleListTypeConverter))>]
type ScalingPlanPooledScheduleList = class
    interface IScalingPlanPooledScheduleList
    interface IJsonSerializable
Public Class ScalingPlanPooledScheduleList
Implements IScalingPlanPooledScheduleList
Inheritance
ScalingPlanPooledScheduleList
Attributes
Implements

Constructors

ScalingPlanPooledScheduleList()

Creates an new ScalingPlanPooledScheduleList instance.

Properties

NextLink

Link to the next page of results.

Value

List of ScalingPlanPooledSchedule definitions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScalingPlanPooledScheduleList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScalingPlanPooledScheduleList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledScheduleList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScalingPlanPooledScheduleList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to