VirtualNetworkRule Class

A rule governing the accessibility of a vault from a specific virtual network.

All required parameters must be populated in order to send to Azure.

Inheritance
VirtualNetworkRule

Constructor

VirtualNetworkRule(*, id: str, ignore_missing_vnet_service_endpoint: Optional[bool] = None, **kwargs)

Variables

id
str

Required. Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.

ignore_missing_vnet_service_endpoint
bool

Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.