ManagedHsmNetworkRuleBypassOption 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 ManagedHsmNetworkRuleBypassOption : IEquatable<Azure.ResourceManager.KeyVault.Models.ManagedHsmNetworkRuleBypassOption>
type ManagedHsmNetworkRuleBypassOption = struct
Public Structure ManagedHsmNetworkRuleBypassOption
Implements IEquatable(Of ManagedHsmNetworkRuleBypassOption)
Inheritance
ManagedHsmNetworkRuleBypassOption
Implements

Constructors

ManagedHsmNetworkRuleBypassOption(String)

Initializes a new instance of ManagedHsmNetworkRuleBypassOption.

Properties

AzureServices

AzureServices.

None

None.

Methods

Equals(ManagedHsmNetworkRuleBypassOption)

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(ManagedHsmNetworkRuleBypassOption, ManagedHsmNetworkRuleBypassOption)

Determines if two ManagedHsmNetworkRuleBypassOption values are the same.

Implicit(String to ManagedHsmNetworkRuleBypassOption)

Converts a string to a ManagedHsmNetworkRuleBypassOption.

Inequality(ManagedHsmNetworkRuleBypassOption, ManagedHsmNetworkRuleBypassOption)

Determines if two ManagedHsmNetworkRuleBypassOption values are not the same.

Applies to