KeyVaultNetworkRuleAction 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 KeyVaultNetworkRuleAction : IEquatable<Azure.ResourceManager.KeyVault.Models.KeyVaultNetworkRuleAction>
type KeyVaultNetworkRuleAction = struct
Public Structure KeyVaultNetworkRuleAction
Implements IEquatable(Of KeyVaultNetworkRuleAction)
- Inheritance
-
KeyVaultNetworkRuleAction
- Implements
Constructors
KeyVaultNetworkRuleAction(String) |
Initializes a new instance of KeyVaultNetworkRuleAction. |
Properties
Allow |
Allow. |
Deny |
Deny. |
Methods
Equals(KeyVaultNetworkRuleAction) |
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(KeyVaultNetworkRuleAction, KeyVaultNetworkRuleAction) |
Determines if two KeyVaultNetworkRuleAction values are the same. |
Implicit(String to KeyVaultNetworkRuleAction) |
Converts a string to a KeyVaultNetworkRuleAction. |
Inequality(KeyVaultNetworkRuleAction, KeyVaultNetworkRuleAction) |
Determines if two KeyVaultNetworkRuleAction values are not the same. |
Applies to
Azure SDK for .NET