VirtualNetworkRule Constructors
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.
Overloads
VirtualNetworkRule() |
Initializes a new instance of the VirtualNetworkRule class. |
VirtualNetworkRule(String) |
Initializes a new instance of the VirtualNetworkRule class. |
VirtualNetworkRule()
Initializes a new instance of the VirtualNetworkRule class.
public VirtualNetworkRule ();
Public Sub New ()
Applies to
VirtualNetworkRule(String)
Initializes a new instance of the VirtualNetworkRule class.
public VirtualNetworkRule (string id);
new Microsoft.Azure.Management.KeyVault.Fluent.Models.VirtualNetworkRule : string -> Microsoft.Azure.Management.KeyVault.Fluent.Models.VirtualNetworkRule
Public Sub New (id As String)
Parameters
- id
- String
Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
Applies to
Azure SDK for .NET