Compartir a través de


DirectMethodInvokesNotInAllowedRange(Boolean, Int32, Int32, TimeSpan) Constructor

Definición

Inicializa una nueva instancia de DirectMethodInvokesNotInAllowedRange.

public DirectMethodInvokesNotInAllowedRange (bool isEnabled, int minThreshold, int maxThreshold, TimeSpan timeWindowSize);
new Azure.ResourceManager.SecurityCenter.Models.DirectMethodInvokesNotInAllowedRange : bool * int * int * TimeSpan -> Azure.ResourceManager.SecurityCenter.Models.DirectMethodInvokesNotInAllowedRange
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

El tamaño de la ventana de tiempo en formato iso8601.

Se aplica a