Uses of Interface
com.azure.resourcemanager.sql.models.SqlFirewallRuleOperations.DefinitionStages.WithCreate
-
Packages that use SqlFirewallRuleOperations.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlFirewallRuleOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models
Subinterfaces of SqlFirewallRuleOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlFirewallRuleOperations.SqlFirewallRuleOperationsDefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlFirewallRuleOperations.DefinitionStages.WithCreate Modifier and Type Method Description SqlFirewallRuleOperations.DefinitionStages.WithCreateSqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange. withIpAddress(String ipAddress)Sets the ending Ip address of SQL server's firewall rule.SqlFirewallRuleOperations.DefinitionStages.WithCreateSqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange. withIpAddressRange(String startIpAddress, String endIpAddress)Sets the starting Ip address of SQL server's firewall rule.
-