Condividi tramite


KeyVaultNetworkRuleBypassOption Struct

Definition

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

Gets the AzureServices.

None

Gets the 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.

Implicit(String to Nullable<KeyVaultNetworkRuleBypassOption>)
Inequality(KeyVaultNetworkRuleBypassOption, KeyVaultNetworkRuleBypassOption)

Determines if two KeyVaultNetworkRuleBypassOption values are not the same.

Applies to