Uses of Interface
com.azure.resourcemanager.sql.models.SqlFirewallRule.DefinitionStages.WithAttach
-
Packages that use SqlFirewallRule.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlFirewallRule.DefinitionStages.WithAttach in com.azure.resourcemanager.sql.models
Subinterfaces of SqlFirewallRule.DefinitionStages.WithAttach in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlFirewallRule.SqlFirewallRuleDefinition<ParentT>Container interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlFirewallRule.DefinitionStages.WithAttach Modifier and Type Method Description SqlFirewallRule.DefinitionStages.WithAttach<ParentT>SqlFirewallRule.DefinitionStages.WithIpAddress. withIpAddress(String ipAddress)Sets the ending Ip address of SQL server's Firewall Rule.SqlFirewallRule.DefinitionStages.WithAttach<ParentT>SqlFirewallRule.DefinitionStages.WithIpAddressRange. withIpAddressRange(String startIpAddress, String endIpAddress)Sets the starting Ip address of SQL server's Firewall Rule.
-