IPv6FirewallRule 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
IPv6FirewallRule() |
Initializes a new instance of the IPv6FirewallRule class. |
IPv6FirewallRule(String, String, String, String, String) |
Initializes a new instance of the IPv6FirewallRule class. |
IPv6FirewallRule()
Initializes a new instance of the IPv6FirewallRule class.
public IPv6FirewallRule ();
Public Sub New ()
Applies to
IPv6FirewallRule(String, String, String, String, String)
Initializes a new instance of the IPv6FirewallRule class.
public IPv6FirewallRule (string id = default, string name = default, string type = default, string startIPv6Address = default, string endIPv6Address = default);
new Microsoft.Azure.Management.Sql.Models.IPv6FirewallRule : string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.IPv6FirewallRule
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional startIPv6Address As String = Nothing, Optional endIPv6Address As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- startIPv6Address
- String
The start IP address of the firewall rule. Must be IPv6 format.
- endIPv6Address
- String
The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpAddress.
Applies to
Azure SDK for .NET