Compartilhar via


AutoPauseDelayTimeRange Construtores

Definição

Sobrecargas

AutoPauseDelayTimeRange()

Inicializa uma nova instância da classe AutoPauseDelayTimeRange.

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

Inicializa uma nova instância da classe AutoPauseDelayTimeRange.

AutoPauseDelayTimeRange()

Inicializa uma nova instância da classe AutoPauseDelayTimeRange.

public AutoPauseDelayTimeRange ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

minValue
Nullable<Int32>

Valor mínimo

maxValue
Nullable<Int32>

Valor máximo

stepSize
Nullable<Int32>

Valor da etapa para valores discretos entre o valor mínimo e o valor máximo.

defaultProperty
Nullable<Int32>

O valor padrão não é fornecido

unit
String

Unidade de tempo em que o atraso é expresso. Os valores possíveis incluem: 'Minutos'

doNotPauseValue
Nullable<Int32>

Valor usado para não pausar (atraso infinito antes da pausa)

Aplica-se a