Uses of Interface
com.azure.resourcemanager.sql.models.SqlFirewallRule.DefinitionStages.WithAttach
Packages that use SqlFirewallRule.DefinitionStages.WithAttach
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlFirewallRule.DefinitionStages.WithAttachModifier and TypeMethodDescriptionSqlFirewallRule.DefinitionStages.WithIpAddress.withIpAddress(String ipAddress) Sets the ending Ip address of SQL server's Firewall Rule.SqlFirewallRule.DefinitionStages.WithIpAddressRange.withIpAddressRange(String startIpAddress, String endIpAddress) Sets the starting Ip address of SQL server's Firewall Rule.