Freigeben über


ArmSecurityCenterModelFactory.DirectMethodInvokesNotInAllowedRange Methode

Definition

Initialisiert eine neue instance von DirectMethodInvokesNotInAllowedRange.

public static Azure.ResourceManager.SecurityCenter.Models.DirectMethodInvokesNotInAllowedRange DirectMethodInvokesNotInAllowedRange (string displayName = default, string description = default, bool isEnabled = false, int minThreshold = 0, int maxThreshold = 0, TimeSpan timeWindowSize = default);
static member DirectMethodInvokesNotInAllowedRange : string * string * bool * int * int * TimeSpan -> Azure.ResourceManager.SecurityCenter.Models.DirectMethodInvokesNotInAllowedRange
Public Shared Function DirectMethodInvokesNotInAllowedRange (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional minThreshold As Integer = 0, Optional maxThreshold As Integer = 0, Optional timeWindowSize As TimeSpan = Nothing) As DirectMethodInvokesNotInAllowedRange

Parameter

displayName
String

Der Anzeigename der benutzerdefinierten Warnung.

description
String

Die Beschreibung der benutzerdefinierten Warnung.

isEnabled
Boolean

Status der benutzerdefinierten Warnung.

minThreshold
Int32

Der Mindestschwellenwert.

maxThreshold
Int32

Der maximale Schwellenwert.

timeWindowSize
TimeSpan

Die Zeitfenstergröße im Iso8601-Format.

Gibt zurück

Eine neue DirectMethodInvokesNotInAllowedRange instance zum Simulieren.

Gilt für: