ManagedHsmNetworkRuleAction Struct

Definition

The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.

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

Constructors

ManagedHsmNetworkRuleAction(String)

Initializes a new instance of ManagedHsmNetworkRuleAction.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(ManagedHsmNetworkRuleAction)

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

Determines if two ManagedHsmNetworkRuleAction values are the same.

Implicit(String to ManagedHsmNetworkRuleAction)

Converts a string to a ManagedHsmNetworkRuleAction.

Inequality(ManagedHsmNetworkRuleAction, ManagedHsmNetworkRuleAction)

Determines if two ManagedHsmNetworkRuleAction values are not the same.

Applies to