Share via


AzureFirewallThreatIntelMode Struct

Definition

The operation mode for Threat Intel.

public readonly struct AzureFirewallThreatIntelMode : IEquatable<Azure.ResourceManager.Network.Models.AzureFirewallThreatIntelMode>
type AzureFirewallThreatIntelMode = struct
Public Structure AzureFirewallThreatIntelMode
Implements IEquatable(Of AzureFirewallThreatIntelMode)
Inheritance
AzureFirewallThreatIntelMode
Implements

Constructors

AzureFirewallThreatIntelMode(String)

Initializes a new instance of AzureFirewallThreatIntelMode.

Properties

Alert

Alert.

Deny

Deny.

Off

Off.

Methods

Equals(AzureFirewallThreatIntelMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AzureFirewallThreatIntelMode, AzureFirewallThreatIntelMode)

Determines if two AzureFirewallThreatIntelMode values are the same.

Implicit(String to AzureFirewallThreatIntelMode)

Converts a string to a AzureFirewallThreatIntelMode.

Inequality(AzureFirewallThreatIntelMode, AzureFirewallThreatIntelMode)

Determines if two AzureFirewallThreatIntelMode values are not the same.

Applies to