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