NetworkRuleSet 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
NetworkRuleSet() | |
NetworkRuleSet(DefaultAction, String, IList<VirtualNetworkRule>, IList<IPRule>) |
NetworkRuleSet()
public NetworkRuleSet ();
Public Sub New ()
Applies to
NetworkRuleSet(DefaultAction, String, IList<VirtualNetworkRule>, IList<IPRule>)
public NetworkRuleSet (Microsoft.Azure.Management.Storage.Version2017_10_01.Models.DefaultAction defaultAction, string bypass = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.VirtualNetworkRule> virtualNetworkRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.IPRule> ipRules = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.NetworkRuleSet : Microsoft.Azure.Management.Storage.Version2017_10_01.Models.DefaultAction * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.VirtualNetworkRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Version2017_10_01.Models.IPRule> -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.NetworkRuleSet
Public Sub New (defaultAction As DefaultAction, Optional bypass As String = Nothing, Optional virtualNetworkRules As IList(Of VirtualNetworkRule) = Nothing, Optional ipRules As IList(Of IPRule) = Nothing)
Parameters
- defaultAction
- DefaultAction
- bypass
- String
- virtualNetworkRules
- IList<VirtualNetworkRule>