Share via


AzureFirewallRCActionType Struct

Definition

The action type of a rule collection.

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

Constructors

AzureFirewallRCActionType(String)

Initializes a new instance of AzureFirewallRCActionType.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(AzureFirewallRCActionType)

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(AzureFirewallRCActionType, AzureFirewallRCActionType)

Determines if two AzureFirewallRCActionType values are the same.

Implicit(String to AzureFirewallRCActionType)

Converts a string to a AzureFirewallRCActionType.

Inequality(AzureFirewallRCActionType, AzureFirewallRCActionType)

Determines if two AzureFirewallRCActionType values are not the same.

Applies to