KeyVaultNetworkRuleBypassOption 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.
Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
public readonly struct KeyVaultNetworkRuleBypassOption : IEquatable<Azure.ResourceManager.KeyVault.Models.KeyVaultNetworkRuleBypassOption>
type KeyVaultNetworkRuleBypassOption = struct
Public Structure KeyVaultNetworkRuleBypassOption
Implements IEquatable(Of KeyVaultNetworkRuleBypassOption)
- Inheritance
-
KeyVaultNetworkRuleBypassOption
- Implements
Constructors
KeyVaultNetworkRuleBypassOption(String) |
Initializes a new instance of KeyVaultNetworkRuleBypassOption. |
Properties
AzureServices |
AzureServices. |
None |
None. |
Methods
Equals(KeyVaultNetworkRuleBypassOption) |
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(KeyVaultNetworkRuleBypassOption, KeyVaultNetworkRuleBypassOption) |
Determines if two KeyVaultNetworkRuleBypassOption values are the same. |
Implicit(String to KeyVaultNetworkRuleBypassOption) |
Converts a string to a KeyVaultNetworkRuleBypassOption. |
Inequality(KeyVaultNetworkRuleBypassOption, KeyVaultNetworkRuleBypassOption) |
Determines if two KeyVaultNetworkRuleBypassOption values are not the same. |
Applies to
Azure SDK for .NET