Freigeben über


ArmSecurityCenterModelFactory.UnauthorizedOperationsNotInAllowedRange Methode

Definition

Initialisiert eine neue instance von UnauthorizedOperationsNotInAllowedRange.

public static Azure.ResourceManager.SecurityCenter.Models.UnauthorizedOperationsNotInAllowedRange UnauthorizedOperationsNotInAllowedRange (string displayName = default, string description = default, bool isEnabled = false, int minThreshold = 0, int maxThreshold = 0, TimeSpan timeWindowSize = default);
static member UnauthorizedOperationsNotInAllowedRange : string * string * bool * int * int * TimeSpan -> Azure.ResourceManager.SecurityCenter.Models.UnauthorizedOperationsNotInAllowedRange
Public Shared Function UnauthorizedOperationsNotInAllowedRange (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 UnauthorizedOperationsNotInAllowedRange

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 UnauthorizedOperationsNotInAllowedRange instance zum Mocking.

Gilt für: