Aracılığıyla paylaş


ConnectionToIpNotAllowed Class

Definition

Outbound connection to an ip that isn't allowed. Allow list consists of ipv4 or ipv6 range in CIDR notation.

[Newtonsoft.Json.JsonObject("ConnectionToIpNotAllowed")]
public class ConnectionToIpNotAllowed : Microsoft.Azure.Management.Security.Models.AllowlistCustomAlertRule
[<Newtonsoft.Json.JsonObject("ConnectionToIpNotAllowed")>]
type ConnectionToIpNotAllowed = class
    inherit AllowlistCustomAlertRule
Public Class ConnectionToIpNotAllowed
Inherits AllowlistCustomAlertRule
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ConnectionToIpNotAllowed()

Initializes a new instance of the ConnectionToIpNotAllowed class.

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

Initializes a new instance of the ConnectionToIpNotAllowed class.

Properties

AllowlistValues

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

(Inherited from AllowlistCustomAlertRule)
Description

Gets the description of the custom alert.

(Inherited from CustomAlertRule)
DisplayName

Gets the display name of the custom alert.

(Inherited from CustomAlertRule)
IsEnabled

Gets or sets status of the custom alert.

(Inherited from CustomAlertRule)
ValueType

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

(Inherited from ListCustomAlertRule)

Methods

Validate()

Validate the object.

Extension Methods

ConvertToPSType(AllowlistCustomAlertRule)

Applies to