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

AutoPauseDelayTimeRange 构造函数

定义

重载

AutoPauseDelayTimeRange()

初始化 AutoPauseDelayTimeRange 类的新实例。

AutoPauseDelayTimeRange(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

初始化 AutoPauseDelayTimeRange 类的新实例。

AutoPauseDelayTimeRange()

初始化 AutoPauseDelayTimeRange 类的新实例。

public AutoPauseDelayTimeRange ();
Public Sub New ()

适用于

AutoPauseDelayTimeRange(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)

初始化 AutoPauseDelayTimeRange 类的新实例。

public AutoPauseDelayTimeRange (int? minValue = default, int? maxValue = default, int? stepSize = default, int? defaultProperty = default, string unit = default, int? doNotPauseValue = default);
new Microsoft.Azure.Management.Sql.Models.AutoPauseDelayTimeRange : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int> -> Microsoft.Azure.Management.Sql.Models.AutoPauseDelayTimeRange
Public Sub New (Optional minValue As Nullable(Of Integer) = Nothing, Optional maxValue As Nullable(Of Integer) = Nothing, Optional stepSize As Nullable(Of Integer) = Nothing, Optional defaultProperty As Nullable(Of Integer) = Nothing, Optional unit As String = Nothing, Optional doNotPauseValue As Nullable(Of Integer) = Nothing)

参数

minValue
Nullable<Int32>

最小值

maxValue
Nullable<Int32>

最大值

stepSize
Nullable<Int32>

最小值和最大值之间的离散值的步骤值。

defaultProperty
Nullable<Int32>

默认值为 未提供任何值

unit
String

表示延迟的时间单位。 可能的值包括:“Minutes”

doNotPauseValue
Nullable<Int32>

用于在暂停之前不暂停 (无限延迟的值)

适用于