MySqlFlexibleServerFirewallRuleData(IPAddress, IPAddress) Constructor
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.
Initializes a new instance of MySqlFlexibleServerFirewallRuleData.
public MySqlFlexibleServerFirewallRuleData (System.Net.IPAddress startIPAddress, System.Net.IPAddress endIPAddress);
new Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerFirewallRuleData : System.Net.IPAddress * System.Net.IPAddress -> Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerFirewallRuleData
Public Sub New (startIPAddress As IPAddress, endIPAddress As IPAddress)
Parameters
- startIPAddress
- IPAddress
The start IP address of the server firewall rule. Must be IPv4 format.
- endIPAddress
- IPAddress
The end IP address of the server firewall rule. Must be IPv4 format.
Exceptions
startIPAddress
or endIPAddress
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET