MongoClusterNetworkBypassMode Struct

Definition

The network bypass mode for the Mongo cluster.

public readonly struct MongoClusterNetworkBypassMode : IEquatable<Azure.ResourceManager.MongoCluster.Models.MongoClusterNetworkBypassMode>
type MongoClusterNetworkBypassMode = struct
Public Structure MongoClusterNetworkBypassMode
Implements IEquatable(Of MongoClusterNetworkBypassMode)
Inheritance
MongoClusterNetworkBypassMode
Implements

Constructors

Name Description
MongoClusterNetworkBypassMode(String)

Initializes a new instance of MongoClusterNetworkBypassMode.

Properties

Name Description
AzureCosmosDB

Allows Azure Cosmos DB service to bypass network restrictions.

None

No network bypass is enabled.

Methods

Name Description
Equals(MongoClusterNetworkBypassMode)

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

Determines if two MongoClusterNetworkBypassMode values are the same.

Implicit(String to MongoClusterNetworkBypassMode)

Converts a string to a MongoClusterNetworkBypassMode.

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

Determines if two MongoClusterNetworkBypassMode values are not the same.

Applies to