NWRuleSetVirtualNetworkRules 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
NWRuleSetVirtualNetworkRules() |
Initializes a new instance of the NWRuleSetVirtualNetworkRules class. |
NWRuleSetVirtualNetworkRules(Subnet, Nullable<Boolean>) |
Initializes a new instance of the NWRuleSetVirtualNetworkRules class. |
NWRuleSetVirtualNetworkRules()
Initializes a new instance of the NWRuleSetVirtualNetworkRules class.
public NWRuleSetVirtualNetworkRules ();
Public Sub New ()
Applies to
NWRuleSetVirtualNetworkRules(Subnet, Nullable<Boolean>)
Initializes a new instance of the NWRuleSetVirtualNetworkRules class.
public NWRuleSetVirtualNetworkRules (Microsoft.Azure.Management.EventHub.Models.Subnet subnet = default, bool? ignoreMissingVnetServiceEndpoint = default);
new Microsoft.Azure.Management.EventHub.Models.NWRuleSetVirtualNetworkRules : Microsoft.Azure.Management.EventHub.Models.Subnet * Nullable<bool> -> Microsoft.Azure.Management.EventHub.Models.NWRuleSetVirtualNetworkRules
Public Sub New (Optional subnet As Subnet = Nothing, Optional ignoreMissingVnetServiceEndpoint As Nullable(Of Boolean) = Nothing)
Parameters
- subnet
- Subnet
Subnet properties
Value that indicates whether to ignore missing Vnet Service Endpoint
Applies to
Azure SDK for .NET