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

ScalingPlanPooledSchedulePatch 类

定义

可修补的 ScalingPlanPooledSchedule 属性。

public class ScalingPlanPooledSchedulePatch : Azure.ResourceManager.Models.ResourceData
type ScalingPlanPooledSchedulePatch = class
    inherit ResourceData
Public Class ScalingPlanPooledSchedulePatch
Inherits ResourceData
继承
ScalingPlanPooledSchedulePatch

构造函数

ScalingPlanPooledSchedulePatch()

初始化 ScalingPlanPooledSchedulePatch 的新实例。

属性

DaysOfWeek

此计划处于活动状态的一周中的天数集。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Name

资源的名称。

(继承自 ResourceData)
OffPeakLoadBalancingAlgorithm

非高峰期的负载均衡算法。

OffPeakStartTime

非高峰期的开始时间。

PeakLoadBalancingAlgorithm

高峰期的负载均衡算法。

PeakStartTime

高峰期的开始时间。

RampDownCapacityThresholdPct

下降期间的容量阈值。

RampDownForceLogoffUsers

应从主机强制注销用户。

RampDownLoadBalancingAlgorithm

负载均衡算法,用于降低周期。

RampDownMinimumHostsPct

下降期间的最小主机百分比。

RampDownNotificationMessage

在斜坡期间向用户发送通知消息。

RampDownStartTime

下降周期的开始时间。

RampDownStopHostsWhen

指定在下降期间何时停止主机。

RampDownWaitTimeMinutes

在下降期间等待停止主机的分钟数。

RampUpCapacityThresholdPct

增加期间的容量阈值。

RampUpLoadBalancingAlgorithm

增加时段的负载均衡算法。

RampUpMinimumHostsPct

增加时段的最小主机百分比。

RampUpStartTime

增加时段的开始时间。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)

适用于