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

ScalingPlanPatchProperties Class

Definition

Scaling plan properties.

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

Constructors

ScalingPlanPatchProperties()

Creates an new ScalingPlanPatchProperties instance.

Properties

Description

Description of scaling plan.

ExclusionTag

Exclusion tag for scaling plan.

FriendlyName

User friendly name of scaling plan.

HostPoolReference

List of ScalingHostPoolReference definitions.

Schedule

List of ScalingSchedule definitions.

TimeZone

Timezone of the scaling plan.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScalingPlanPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScalingPlanPatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScalingPlanPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to