Uses of Interface
com.azure.resourcemanager.sql.models.SqlFirewallRule.Update
Packages that use SqlFirewallRule.Update
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlFirewallRule.Update in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SqlFirewallRule.Update in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Server Firewall Rule.Methods in com.azure.resourcemanager.sql.models that return SqlFirewallRule.UpdateModifier and TypeMethodDescriptionSqlFirewallRule.UpdateStages.WithEndIpAddress.withEndIpAddress(String endIpAddress) Sets the ending Ip address of SQL server's Firewall Rule.SqlFirewallRule.UpdateStages.WithStartIpAddress.withStartIpAddress(String startIpAddress) Sets the starting Ip address of SQL server's Firewall Rule.