SqlFirewallRuleOperations.DefinitionStages.WithSqlServer Interface
public static interface SqlFirewallRuleOperations.DefinitionStages.WithSqlServer
The first stage of the SQL Server Firewall rule definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Firewall rule. |
abstract
With |
withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to. |
abstract
With |
withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Firewall rule. |
Method Details
withExistingSqlServer
public abstract SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Firewall rule.
Parameters:
Returns:
withExistingSqlServer
public abstract SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
Parameters:
Returns:
withExistingSqlServerId
public abstract SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Firewall rule.
Parameters:
Returns:
Applies to
Azure SDK for Java