SqlFirewallRule.UpdateStages.WithEndIpAddress Interface
public static interface SqlFirewallRule.UpdateStages.WithEndIpAddress
The SQL Firewall Rule definition to set the starting Ip Address for the server.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withEndIpAddress(String endIpAddress)
Sets the ending Ip address of SQL server's Firewall Rule. |
Method Details
withEndIpAddress
public abstract SqlFirewallRule.Update withEndIpAddress(String endIpAddress)
Sets the ending Ip address of SQL server's Firewall Rule.
Parameters:
endIpAddress
- end Ip address in Ipv4 format.
Returns:
The next stage of the update.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java