ManagedHsmNetworkRuleAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| ManagedHsmNetworkRuleAction(String) |
Initializes a new instance of ManagedHsmNetworkRuleAction. |
Properties
| Name | Description |
|---|---|
| Allow |
Allow. |
| Deny |
Deny. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |