DatabaseAccountGetResultsInner.VirtualNetworkRules Property

Definition

Gets or sets list of Virtual Network ACL rules configured for the Cosmos DB account.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworkRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.VirtualNetworkRule> VirtualNetworkRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworkRules")>]
member this.VirtualNetworkRules : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.VirtualNetworkRule> with get, set
Public Property VirtualNetworkRules As IList(Of VirtualNetworkRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to