Aracılığıyla paylaş


ConnectionToIpNotAllowed Constructors

Definition

Overloads

ConnectionToIpNotAllowed()

Initializes a new instance of the ConnectionToIpNotAllowed class.

ConnectionToIpNotAllowed(Boolean, IList<String>, String, String, String)

Initializes a new instance of the ConnectionToIpNotAllowed class.

ConnectionToIpNotAllowed()

Initializes a new instance of the ConnectionToIpNotAllowed class.

public ConnectionToIpNotAllowed ();
Public Sub New ()

Applies to

ConnectionToIpNotAllowed(Boolean, IList<String>, String, String, String)

Initializes a new instance of the ConnectionToIpNotAllowed class.

public ConnectionToIpNotAllowed (bool isEnabled, System.Collections.Generic.IList<string> allowlistValues, string displayName = default, string description = default, string valueType = default);
new Microsoft.Azure.Management.Security.Models.ConnectionToIpNotAllowed : bool * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Security.Models.ConnectionToIpNotAllowed
Public Sub New (isEnabled As Boolean, allowlistValues As IList(Of String), Optional displayName As String = Nothing, Optional description As String = Nothing, Optional valueType As String = Nothing)

Parameters

isEnabled
Boolean

Status of the custom alert.

allowlistValues
IList<String>

The values to allow. The format of the values depends on the rule type.

displayName
String

The display name of the custom alert.

description
String

The description of the custom alert.

valueType
String

The value type of the items in the list. Possible values include: 'IpCidr', 'String'

Applies to