Condividi tramite


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

Name Description
ManagedHsmNetworkRuleBypassOption(String)

Initializes a new instance of ManagedHsmNetworkRuleBypassOption.

Properties

Name Description
AzureServices

Gets the AzureServices.

None

Gets the None.

Methods

Name Description
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

Name Description
Equality(ManagedHsmNetworkRuleBypassOption, ManagedHsmNetworkRuleBypassOption)

Determines if two ManagedHsmNetworkRuleBypassOption values are the same.

Implicit(String to ManagedHsmNetworkRuleBypassOption)

Converts a string to a ManagedHsmNetworkRuleBypassOption.

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

Determines if two ManagedHsmNetworkRuleBypassOption values are not the same.

Applies to