VirtualNetworkRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A rule governing the accessibility from a specific virtual network.
public class VirtualNetworkRule
type VirtualNetworkRule = class
Public Class VirtualNetworkRule
- Inheritance
-
VirtualNetworkRule
Constructors
VirtualNetworkRule() |
Initializes a new instance of the VirtualNetworkRule class. |
VirtualNetworkRule(String, String, Nullable<Boolean>) |
Initializes a new instance of the VirtualNetworkRule class. |
Properties
Id |
Gets or sets full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. |
IgnoreMissingVnetServiceEndpoint |
Gets or sets ignore missing vnet service endpoint or not. |
State |
Gets the state of virtual network rule. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET