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, Nullable<Boolean>) |
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, Nullable<Boolean>)
Initializes a new instance of the VirtualNetworkRule class.
public VirtualNetworkRule (string id = default, bool? ignoreMissingVNetServiceEndpoint = default);
new Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule : string * Nullable<bool> -> Microsoft.Azure.Management.CosmosDB.Models.VirtualNetworkRule
Public Sub New (Optional id As String = Nothing, Optional ignoreMissingVNetServiceEndpoint As Nullable(Of Boolean) = Nothing)
Parameters
- id
- String
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}.
Create firewall rule before the virtual network has vnet service endpoint enabled.
Applies to
Azure SDK for .NET