TwinUpdatesNotInAllowedRange(Boolean, Int32, Int32, TimeSpan) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de TwinUpdatesNotInAllowedRange.
public TwinUpdatesNotInAllowedRange (bool isEnabled, int minThreshold, int maxThreshold, TimeSpan timeWindowSize);
new Azure.ResourceManager.SecurityCenter.Models.TwinUpdatesNotInAllowedRange : bool * int * int * TimeSpan -> Azure.ResourceManager.SecurityCenter.Models.TwinUpdatesNotInAllowedRange
Public Sub New (isEnabled As Boolean, minThreshold As Integer, maxThreshold As Integer, timeWindowSize As TimeSpan)
Parámetros
- isEnabled
- Boolean
Estado de la alerta personalizada.
- minThreshold
- Int32
Umbral mínimo.
- maxThreshold
- Int32
Umbral máximo.
- timeWindowSize
- TimeSpan
Tamaño de la ventana de tiempo en formato iso8601.