Compartir a través de


UnauthorizedOperationsNotInAllowedRange Constructor

Definición

Inicializa una nueva instancia de UnauthorizedOperationsNotInAllowedRange.

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