VirtualNetworkRule Class
A rule governing the accessibility of a vault from a specific virtual network.
Constructor
VirtualNetworkRule(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. Required. |
|
ignore_missing_vnet_service_endpoint
|
Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured. |
Attributes
id
Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. Required.
id: str
ignore_missing_vnet_service_endpoint
Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.
ignore_missing_vnet_service_endpoint: bool | None