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
| Name | Description |
|---|---|
| KeyVaultNetworkRuleBypassOption(String) |
Initializes a new instance of KeyVaultNetworkRuleBypassOption. |
Properties
| Name | Description |
|---|---|
| AzureServices |
AzureServices. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |