FirewallRuleList 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
FirewallRuleList() |
Initializes a new instance of the FirewallRuleList class. |
FirewallRuleList(IList<FirewallRule>) |
Initializes a new instance of the FirewallRuleList class. |
FirewallRuleList()
Initializes a new instance of the FirewallRuleList class.
public FirewallRuleList ();
Public Sub New ()
Applies to
FirewallRuleList(IList<FirewallRule>)
Initializes a new instance of the FirewallRuleList class.
public FirewallRuleList (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.FirewallRule> values = default);
new Microsoft.Azure.Management.Sql.Models.FirewallRuleList : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.FirewallRule> -> Microsoft.Azure.Management.Sql.Models.FirewallRuleList
Public Sub New (Optional values As IList(Of FirewallRule) = Nothing)
Parameters
- values
- IList<FirewallRule>