SqlFirewallRule.Update Interface
public interface Update extends SqlFirewallRule.UpdateStages.WithEndIPAddress,SqlFirewallRule.UpdateStages.WithStartIPAddress,Appliable,SqlFirewallRule.UpdateStages.WithEndIPAddress,SqlFirewallRule.UpdateStages.WithStartIPAddress,Appliable
The template for a SQL Firewall Rule update operation, containing all the settings that can be modified.
The template for a SqlFirewallRule update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
SqlFirewallRule.UpdateStages.WithEndIPAddress.withEndIPAddress(String endIPAddress)
SqlFirewallRule.UpdateStages.WithStartIPAddress.withStartIPAddress(String startIPAddress)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java