AccountVirtualNetworkRule

data class AccountVirtualNetworkRule(val id: String, val ignoreMissingVnetServiceEndpoint: Boolean? = null)

Constructors

Link copied to clipboard
constructor(id: String, ignoreMissingVnetServiceEndpoint: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the virtual network subnet.

Link copied to clipboard

If set to true, the specified subnet will be added as a virtual network rule even if its CosmosDB service endpoint is not active. Defaults to false.