Table of Contents

Class VirtualNetworkRule

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Virtual Network ACL Rule object

public class VirtualNetworkRule
Inheritance
VirtualNetworkRule
Inherited Members

Constructors

VirtualNetworkRule()

Initializes a new instance of the VirtualNetworkRule class.

public VirtualNetworkRule()

VirtualNetworkRule(string, bool?)

Initializes a new instance of the VirtualNetworkRule class.

public VirtualNetworkRule(string id = null, bool? ignoreMissingVNetServiceEndpoint = null)

Parameters

id string

Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.

ignoreMissingVNetServiceEndpoint bool?

Create firewall rule before the virtual network has vnet service endpoint enabled.

Properties

Id

Gets or sets resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.

public string Id { get; set; }

Property Value

string

IgnoreMissingVNetServiceEndpoint

Gets or sets create firewall rule before the virtual network has vnet service endpoint enabled.

public bool? IgnoreMissingVNetServiceEndpoint { get; set; }

Property Value

bool?