MongoClusterUpdateProperties.NetworkBypassMode Property
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.
The network bypass mode for the cluster. Setting to 'AzureCosmosDB' allows Azure Cosmos DB service to bypass network restrictions.
public Azure.ResourceManager.MongoCluster.Models.MongoClusterNetworkBypassMode? NetworkBypassMode { get; set; }
member this.NetworkBypassMode : Nullable<Azure.ResourceManager.MongoCluster.Models.MongoClusterNetworkBypassMode> with get, set
Public Property NetworkBypassMode As Nullable(Of MongoClusterNetworkBypassMode)