Udostępnij za pośrednictwem


NetworkRuleSetInner Constructors

Definition

Overloads

NetworkRuleSetInner()

Initializes a new instance of the NetworkRuleSetInner class.

NetworkRuleSetInner(String, String, String, DefaultAction, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>)

Initializes a new instance of the NetworkRuleSetInner class.

NetworkRuleSetInner()

Initializes a new instance of the NetworkRuleSetInner class.

public NetworkRuleSetInner ();
Public Sub New ()

Applies to

NetworkRuleSetInner(String, String, String, DefaultAction, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>)

Initializes a new instance of the NetworkRuleSetInner class.

public NetworkRuleSetInner (string id = default, string name = default, string type = default, Microsoft.Azure.Management.EventHub.Fluent.Models.DefaultAction defaultAction = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetVirtualNetworkRules> virtualNetworkRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetIpRules> ipRules = default);
new Microsoft.Azure.Management.EventHub.Fluent.Models.NetworkRuleSetInner : string * string * string * Microsoft.Azure.Management.EventHub.Fluent.Models.DefaultAction * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetVirtualNetworkRules> * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetIpRules> -> Microsoft.Azure.Management.EventHub.Fluent.Models.NetworkRuleSetInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional defaultAction As DefaultAction = Nothing, Optional virtualNetworkRules As IList(Of NWRuleSetVirtualNetworkRules) = Nothing, Optional ipRules As IList(Of NWRuleSetIpRules) = Nothing)

Parameters

id
String
name
String
type
String
defaultAction
DefaultAction

Default Action for Network Rule Set. Possible values include: 'Allow', 'Deny'

virtualNetworkRules
IList<NWRuleSetVirtualNetworkRules>

List VirtualNetwork Rules

ipRules
IList<NWRuleSetIpRules>

List of IpRules

Applies to